diff options
author | JP Rosevear <jpr@ximian.com> | 2002-09-24 02:32:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-09-24 02:32:15 +0800 |
commit | aa26b395ae88d930b2331fd924e7ddb1d9283ecf (patch) | |
tree | c35fd0212e4c0e96e92d001e46dd37521708f35b | |
parent | 9b1a9609af1ed77aad85c207b1da8004eca340bb (diff) | |
download | gsoc2013-evolution-aa26b395ae88d930b2331fd924e7ddb1d9283ecf.tar.gz gsoc2013-evolution-aa26b395ae88d930b2331fd924e7ddb1d9283ecf.tar.zst gsoc2013-evolution-aa26b395ae88d930b2331fd924e7ddb1d9283ecf.zip |
add libeutil to the link and link with libcamel instead of
2002-09-23 JP Rosevear <jpr@ximian.com>
* conduit/Makefile.am: add libeutil to the link and link with
libcamel instead of libcamel-static.la
svn path=/trunk/; revision=18171
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/conduit/Makefile.am | 3 |
2 files changed, 7 insertions, 1 deletions
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 <jpr@ximian.com> + + * conduit/Makefile.am: add libeutil to the link and link with + libcamel instead of libcamel-static.la + 2002-09-22 Chris Toshok <toshok@ximian.com> * 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 |