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/conduit/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/conduit/Makefile.am') 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