aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--importers/ChangeLog5
-rw-r--r--importers/Makefile.am2
2 files changed, 5 insertions, 2 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog
index 01f986bea1..3eaf9893a7 100644
--- a/importers/ChangeLog
+++ b/importers/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
+
+ * Makefile.am: Don't link to libibex anymore, it has been
+ deprecated.
+
2002-04-04 Dan Winship <danw@ximian.com>
* netscape-importer.c (netscape_import_accounts): Remove refs to
diff --git a/importers/Makefile.am b/importers/Makefile.am
index 2cc0b4e910..e8a525f6f5 100644
--- a/importers/Makefile.am
+++ b/importers/Makefile.am
@@ -48,7 +48,6 @@ evolution_pine_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/camel/libcamel.la \
- $(top_builddir)/libibex/libibex.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.a \
@@ -61,7 +60,6 @@ evolution_gnomecard_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/camel/libcamel.la \
- $(top_builddir)/libibex/libibex.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.a \