aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/conduit/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index bd05322b45..3bd02eeee8 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-14 JP Rosevear <jpr@ximian.com>
+
+ * conduit/Makefile.am: pass -module and -avoid-version to conduit
+ linker
+
2001-01-12 Ettore Perazzoli <ettore@helixcode.com>
* gui/component/addressbook-component.c (factory_fn): Pass NULL as
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am
index f17f060aef..4ececc9a53 100644
--- a/addressbook/conduit/Makefile.am
+++ b/addressbook/conduit/Makefile.am
@@ -33,6 +33,7 @@ libeaddress_conduit_la_SOURCES = \
address-conduit.h \
address-conduit-config.h
+libeaddress_conduit_la_LDFLAGS = -module -avoid-version
libeaddress_conduit_la_LIBADD = \
$(top_builddir)/addressbook/backend/ebook/libebook-static.la \
$(top_builddir)/e-util/libeutil-static.la \