From aa26b395ae88d930b2331fd924e7ddb1d9283ecf Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 23 Sep 2002 18:32:15 +0000 Subject: add libeutil to the link and link with libcamel instead of 2002-09-23 JP Rosevear * conduit/Makefile.am: add libeutil to the link and link with libcamel instead of libcamel-static.la svn path=/trunk/; revision=18171 --- addressbook/ChangeLog | 5 +++++ addressbook/conduit/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2333a2b076..b537bf43ea 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-09-23 JP Rosevear + + * conduit/Makefile.am: add libeutil to the link and link with + libcamel instead of libcamel-static.la + 2002-09-22 Chris Toshok * gui/component/select-names/e-select-names-manager.h: oops, add diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index c625ec6408..28d31e4868 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -18,11 +18,12 @@ libeaddress_conduit_la_SOURCES = \ libeaddress_conduit_la_LDFLAGS = -module -avoid-version libeaddress_conduit_la_LIBADD = \ + $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/backend/ebook/libebook-static.la \ $(top_builddir)/e-util/ename/libename-static.la \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/libeconduit-static.la \ - $(top_builddir)/camel/libcamel-static.la \ + $(top_builddir)/camel/libcamel.la \ $(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) e-address.conduit: e-address.conduit.in Makefile -- cgit v1.2.3