diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2000-03-14 Dan Winship <danw@helixcode.com> + + * Makefile.am (SUBDIRS): build shell before mail, since mail + relies on the shell idl files being compiled. + 2000-03-13 Christopher James Lahey <clahey@helixcode.com> * shell/e-shell-view.c: Added an E_FOLDER_CONTACTS section to the 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 |