From b94073e8d4cd6eaf77ead0b8f71255ee85e4349d Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 3 Dec 2004 03:39:53 +0000 Subject: remove camel, add ADDRESSBOOK_LIBS. 2004-11-16 Not Zed * util/Makefile.am (libeabutil_la_LIBADD): remove camel, add ADDRESSBOOK_LIBS. * conduit/Makefile.am (libeaddress_conduit_la_LIBADD): remove camel. * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): remove camel. 2004-11-15 Not Zed * *.c: Moved various things from e-util to libedataserver, where appropriate. svn path=/trunk/; revision=28048 --- addressbook/util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/util/Makefile.am') diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am index 6d5592139d..248ef7313c 100644 --- a/addressbook/util/Makefile.am +++ b/addressbook/util/Makefile.am @@ -20,7 +20,7 @@ libeabutil_la_SOURCES = \ eab-book-util.h libeabutil_la_LIBADD = \ - $(top_builddir)/camel/libcamel.la \ + $(EVOLUTION_ADDRESSBOOK_LIBS) \ $(top_builddir)/e-util/libeutil.la MARSHAL_GENERATED = eab-marshal.c eab-marshal.h -- cgit