aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-04-27 08:29:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-27 08:29:34 +0800
commitc1a017826e286199ff63610367ff58ee15ddd6c8 (patch)
tree60a473c5e8273f8cc610cd6e9facdc1bf87f5db7
parenteaee4102f2f37b163e0c95c64f62686cb91674f5 (diff)
downloadgsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar
gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.gz
gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.bz2
gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.lz
gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.xz
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--ChangeLog2
-rw-r--r--tools/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6538555be7..99b871d510 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \