diff options
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/Makefile.am | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 4fedf4ba78..b74782835c 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2002-04-26 Jeffrey Stedfast <fejj@ximian.com> + + * Makefile.am: Removed dependency on libibex. + 2002-04-04 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Re-Add $(WOMBAT_LIBS) so wombat actually links. diff --git a/wombat/Makefile.am b/wombat/Makefile.am index b8a2278ef1..cf937e6eac 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -29,7 +29,6 @@ wombat_LDADD = \ $(LDAP_LIBS) \ $(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 \ |