From dc99b66623193ae0247e18c42572296acf14a953 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 25 Aug 2000 21:49:02 +0000 Subject: 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 --- addressbook/gui/component/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') 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 -- cgit