From 7bef79ae12fa4adff92bc2ee08c885c5355642c3 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 26 Sep 2001 14:56:33 +0000 Subject: Add -export-dynamic to make glade custom widgets work on non-Linux. * gui/Makefile.am (evolution_calendar_LDFLAGS): Add -export-dynamic to make glade custom widgets work on non-Linux. svn path=/trunk/; revision=13150 --- calendar/gui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index c598bc2150..45403cd69c 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -171,7 +171,7 @@ evolution_calendar_LDADD = \ $(GAL_LIBS) \ $(INTLLIBS) -#evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf` +evolution_calendar_LDFLAGS = -export-dynamic oafdir = $(datadir)/oaf oaf_in_files = \ -- cgit v1.2.3