aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/conduit/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 2612556a03..44480cd42e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-04 JP Rosevear <jpr@ximian.com>
+
+ * conduit/Makefile.am: link to the static libversit
+
2002-04-04 Dan Winship <danw@ximian.com>
* gui/widgets/e-addressbook-util.c (e_addressbook_transfer_cards):
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am
index 86c52dd5c9..22a3cf8e8d 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.la \
+ $(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/libeconduit-static.la \
$(top_builddir)/camel/libcamel-static.la \
$(top_builddir)/libibex/libibex.la \