aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-26 05:49:02 +0800
committerDan Winship <danw@src.gnome.org>2000-08-26 05:49:02 +0800
commitdc99b66623193ae0247e18c42572296acf14a953 (patch)
tree27dd34a6e8ebed48953ad8765d9ca7b14770ceb2 /addressbook/gui
parentdbce630738f44e6687db9b2ca8dc4b5aae37be3c (diff)
downloadgsoc2013-evolution-dc99b66623193ae0247e18c42572296acf14a953.tar
gsoc2013-evolution-dc99b66623193ae0247e18c42572296acf14a953.tar.gz
gsoc2013-evolution-dc99b66623193ae0247e18c42572296acf14a953.tar.bz2
gsoc2013-evolution-dc99b66623193ae0247e18c42572296acf14a953.tar.lz
gsoc2013-evolution-dc99b66623193ae0247e18c42572296acf14a953.tar.xz
gsoc2013-evolution-dc99b66623193ae0247e18c42572296acf14a953.tar.zst
gsoc2013-evolution-dc99b66623193ae0247e18c42572296acf14a953.zip
Add -export-dynamic so libglade will be able to resolve custom widget
* gui/component/Makefile.am (evolution_addressbook_LDFLAGS): Add -export-dynamic so libglade will be able to resolve custom widget callbacks. svn path=/trunk/; revision=5042
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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