diff options
Diffstat (limited to 'wombat')
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/Makefile.am | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 2952ebbfc6..28b4dcd318 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2001-08-02 Jon Trowbridge <trow@ximian.com> + + * Makefile.am: Added camel dependency (now needed by ebook). + 2001-07-10 Peter Williams <peterw@ximian.com> * Makefile.am (EXTRA_DIST): Distribute wombat.idl. diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 5c69bfd6f3..be09560e64 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -26,6 +26,8 @@ wombat_LDADD = \ $(top_builddir)/addressbook/backend/pas/libpas.a \ $(DB3_LDADD) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ + $(top_builddir)/camel/libcamel.la \ + $(top_builddir)/libibex/libibex.la \ $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/calendar/pcs/libpcs.a \ $(top_builddir)/calendar/cal-util/libcal-util.la \ @@ -34,6 +36,7 @@ wombat_LDADD = \ $(top_builddir)/e-util/libedb3util.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libwombat/libwombat.la \ + $(BONOBO_CONF_LIBS) \ $(LDAP_LIBS) \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_VFS_GNOME_LIBS) |