diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-02 08:59:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-02 08:59:41 +0800 |
commit | 120ab4c15351357bfffd8a34a1f3fe873ceab9f6 (patch) | |
tree | a4da774fdf4e9f844b90b381c504c51337f0a4a1 | |
parent | c4beb75614609c61ea2251c498d2d8fbb435bf5d (diff) | |
download | gsoc2013-evolution-120ab4c15351357bfffd8a34a1f3fe873ceab9f6.tar gsoc2013-evolution-120ab4c15351357bfffd8a34a1f3fe873ceab9f6.tar.gz gsoc2013-evolution-120ab4c15351357bfffd8a34a1f3fe873ceab9f6.tar.bz2 gsoc2013-evolution-120ab4c15351357bfffd8a34a1f3fe873ceab9f6.tar.lz gsoc2013-evolution-120ab4c15351357bfffd8a34a1f3fe873ceab9f6.tar.xz gsoc2013-evolution-120ab4c15351357bfffd8a34a1f3fe873ceab9f6.tar.zst gsoc2013-evolution-120ab4c15351357bfffd8a34a1f3fe873ceab9f6.zip |
Build the composer after the addressbook, as it needs some CORBA stuff
* Makefile.am (SUBDIRS): Build the composer after the addressbook,
as it needs some CORBA stuff from the latter.
svn path=/trunk/; revision=10663
-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 \ |