aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 4493f31f32..d4118bf4b7 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-25 Dan Winship <danw@helixcode.com>
+
+ * gui/component/Makefile.am (evolution_addressbook_LDFLAGS): Add
+ -export-dynamic so libglade will be able to resolve custom widget
+ callbacks.
+
2000-08-23 Lauris Kaplinski <lauris@helixcode.com>
* backend/pas/pas-backend-file.c (func_contains): Use e_utf8_strstrcase
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index dc405700e8..19441860f2 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -61,7 +61,7 @@ evolution_addressbook_LDADD = \
$(top_builddir)/filter/libfilter.la \
$(top_builddir)/e-util/libeutil.la
-evolution_addressbook_LDFLAGS = `gnome-config --libs gdk_pixbuf`
+evolution_addressbook_LDFLAGS = `gnome-config --libs gdk_pixbuf` -export-dynamic
if USING_OAF
oafdir = $(datadir)/oaf