diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:29:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:29:34 +0800 |
commit | c1a017826e286199ff63610367ff58ee15ddd6c8 (patch) | |
tree | 60a473c5e8273f8cc610cd6e9facdc1bf87f5db7 | |
parent | eaee4102f2f37b163e0c95c64f62686cb91674f5 (diff) | |
download | gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.gz gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.zst gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.zip |
Don't link with libibex.
* tools/Makefile.am: Don't link with libibex.
svn path=/trunk/; revision=16621
-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 \ |