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 /Makefile.am | |
parent | c4beb75614609c61ea2251c498d2d8fbb435bf5d (diff) | |
download | gsoc2013-evolution-120ab4c15351357bfffd8a34a1f3fe873ceab9f6.tar.gz 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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |