From 9622bc19df0e515248c964c489ace87082a27690 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 8 May 2002 14:03:54 +0000 Subject: link against the libtool version of libversit 2002-05-08 JP Rosevear * conduit/Makefile.am: link against the libtool version of libversit svn path=/trunk/; revision=16722 --- addressbook/ChangeLog | 5 +++++ addressbook/conduit/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index dff3217e4b..4da282fdb1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-05-08 JP Rosevear + + * conduit/Makefile.am: link against the libtool version of + libversit + 2002-05-07 Chris Toshok * gui/component/addressbook-config.c diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 911b73063f..86be3b2fed 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -19,7 +19,7 @@ libeaddress_conduit_la_LDFLAGS = -module -avoid-version libeaddress_conduit_la_LIBADD = \ $(top_builddir)/addressbook/backend/ebook/libebook-static.la \ $(top_builddir)/e-util/ename/libename-static.la \ - $(top_builddir)/libversit/libversit.a \ + $(top_builddir)/libversit/libversit_lt.la \ $(top_builddir)/e-util/libeconduit-static.la \ $(top_builddir)/camel/libcamel-static.la \ $(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) -- cgit v1.2.3