diff options
Diffstat (limited to 'importers')
-rw-r--r-- | importers/ChangeLog | 6 | ||||
-rw-r--r-- | importers/Makefile.am | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog index 38c24d73d3..45a72eea95 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,9 @@ +2003-02-21 Dan Winship <danw@ximian.com> + + * Makefile.am (evolution_pine_importer_LDADD): Remove libebook's + dependencies. It will pull them in. + (evolution_gnomecard_importer_LDADD): Likewise. + 2003-02-06 Dan Winship <danw@ximian.com> * elm-importer.c (main): s/PACKAGE/GETTEXT_PACKAGE/ in gettext init diff --git a/importers/Makefile.am b/importers/Makefile.am index 99187f3210..194746bee8 100644 --- a/importers/Makefile.am +++ b/importers/Makefile.am @@ -52,10 +52,6 @@ evolution_pine_importer_SOURCES = \ 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)/e-util/libeutil.la \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.a \ $(IMPORTERS_LIBS) evolution_gnomecard_importer_SOURCES = \ @@ -64,10 +60,6 @@ evolution_gnomecard_importer_SOURCES = \ 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)/e-util/libeutil.la \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.a \ $(IMPORTERS_LIBS) oafdir = $(datadir)/oaf |