diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | tools/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,8 @@ * Makefile.am: Removed libibex from SUBDIRS. + * tools/Makefile.am: Don't link with libibex. + 2002-04-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Require gal 0.19.99.14. diff --git a/tools/Makefile.am b/tools/Makefile.am index 41e7ff7a86..ae49e7c927 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -26,7 +26,6 @@ evolution_addressbook_import_LDADD = \ $(GNOME_FULL_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)/libversit/libversit.a \ $(top_builddir)/e-util/libeutil.la \ |