diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/conduit/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
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 <jpr@ximian.com> + + * conduit/Makefile.am: link against the libtool version of + libversit + 2002-05-07 Chris Toshok <toshok@ximian.com> * 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) |