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
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-09-26 Dan Winship <danw@ximian.com>
|
||||
|
||||
* gui/Makefile.am (evolution_calendar_LDFLAGS): Add
|
||||
-export-dynamic to make glade custom widgets work on non-Linux.
|
||||
|
||||
2001-09-26 Rodrigo Moya <rodrigo@ximian.com>
|
||||
|
||||
* cal-util/cal-util.h: added CAL_MODE_INVALID to CalMode enum
|
||||
|
||||
@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user