diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-27 08:25:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:25:17 +0800 |
commit | eaee4102f2f37b163e0c95c64f62686cb91674f5 (patch) | |
tree | 666dcab8c3ad9461f240df0daa10cb41a3bb00d4 | |
parent | 16b3c63b0eea8de109323f4a5093fd64f15be362 (diff) | |
download | gsoc2013-evolution-eaee4102f2f37b163e0c95c64f62686cb91674f5.tar gsoc2013-evolution-eaee4102f2f37b163e0c95c64f62686cb91674f5.tar.gz gsoc2013-evolution-eaee4102f2f37b163e0c95c64f62686cb91674f5.tar.bz2 gsoc2013-evolution-eaee4102f2f37b163e0c95c64f62686cb91674f5.tar.lz gsoc2013-evolution-eaee4102f2f37b163e0c95c64f62686cb91674f5.tar.xz gsoc2013-evolution-eaee4102f2f37b163e0c95c64f62686cb91674f5.tar.zst gsoc2013-evolution-eaee4102f2f37b163e0c95c64f62686cb91674f5.zip |
Don't link to libibex anymore, it has been deprecated.
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Don't link to libibex anymore, it has been
deprecated.
svn path=/trunk/; revision=16620
-rw-r--r-- | importers/ChangeLog | 5 | ||||
-rw-r--r-- | importers/Makefile.am | 2 |
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 \ |