diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-14 20:28:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-14 20:28:54 +0800 |
commit | d9aaba967fc853e323b7e2d5fb105c06fdce228c (patch) | |
tree | 73213ed07559acad494a012fc5bf4be31dfdd353 /Makefile.am | |
parent | db839e2f1fb423acd8758247606bca5c652a3643 (diff) | |
download | gsoc2013-evolution-d9aaba967fc853e323b7e2d5fb105c06fdce228c.tar gsoc2013-evolution-d9aaba967fc853e323b7e2d5fb105c06fdce228c.tar.gz gsoc2013-evolution-d9aaba967fc853e323b7e2d5fb105c06fdce228c.tar.bz2 gsoc2013-evolution-d9aaba967fc853e323b7e2d5fb105c06fdce228c.tar.lz gsoc2013-evolution-d9aaba967fc853e323b7e2d5fb105c06fdce228c.tar.xz gsoc2013-evolution-d9aaba967fc853e323b7e2d5fb105c06fdce228c.tar.zst gsoc2013-evolution-d9aaba967fc853e323b7e2d5fb105c06fdce228c.zip |
build shell before mail since mail relies on the shell idl files being
compiled
svn path=/trunk/; revision=2116
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3bac63f905..c68ea925e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,15 +15,15 @@ SUBDIRS = \ macros \ data \ e-util \ + widgets \ + shell \ libibex \ camel \ filter \ - widgets \ composer \ mail \ tests \ addressbook \ - shell \ libical \ libversit \ calendar |