diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-07-01 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (SUBDIRS): Build the composer after the addressbook, + as it needs some CORBA stuff from the latter. + 2001-06-30 Federico Mena Quintero <federico@ximian.com> * tools/killev: Added evolution-alarm-notify. diff --git a/Makefile.am b/Makefile.am index 96965070a3..83cb424373 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,11 +23,11 @@ SUBDIRS = \ libibex \ camel \ filter \ - composer \ libical \ libversit \ libwombat \ addressbook \ + composer \ mail \ calendar \ wombat \ |