From d40f089a706484364ceb499d6bb4f6d823b92b09 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 21 Feb 2003 21:24:34 +0000 Subject: Make libversit a shared library, update stuff for that, and clean up some LDADDs in the process svn path=/trunk/; revision=19994 --- mail/ChangeLog | 8 ++++++++ mail/Makefile.am | 2 -- mail/importers/Makefile.am | 6 ------ 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 18f733a239..778f0e26c1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2003-02-21 Dan Winship + + * Makefile.am (libevolution_mail_la_LIBADD): Remove libebook's + dependencies. + + * importers/Makefile.am (libevolution_pine_importer_la_LIBADD): + Likewise. + 2003-02-21 Dan Winship * mail-account-gui.c (mail_account_gui_build_extra_conf): Use diff --git a/mail/Makefile.am b/mail/Makefile.am index c748e0557e..b7d41b1982 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -160,8 +160,6 @@ libevolution_mail_la_LIBADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/widgets/misc/libefilterbar.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ - $(top_builddir)/libversit/libversit.a \ - $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/widgets/menus/libmenus.la \ $(EVOLUTION_MAIL_LIBS) diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am index 87f9f6657d..4bd2bf82de 100644 --- a/mail/importers/Makefile.am +++ b/mail/importers/Makefile.am @@ -72,9 +72,6 @@ libevolution_pine_importer_la_LIBADD = \ $(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 = \ @@ -84,9 +81,6 @@ libevolution_pine_importer_la_LIBADD = \ # $(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) -- cgit v1.2.3