[frogr] Revert "Do not use -export-dynamic in frogr's LDFLAGS"



commit aba20dd5baa5f3c5147c3f1f296ac3820ba2ffac
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Fri Feb 25 01:53:33 2011 +0100

    Revert "Do not use -export-dynamic in frogr's LDFLAGS"
    
    This reverts commit 2840059db37621388d618efb8686e465c03b21e9.
    
    This stuff is definitely needed for the GNOME platform as long as we
    keep using a gtkbuilder file for the interface.

 src/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 018713c..a630ce6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,6 +37,8 @@ frogr_CFLAGS += \
 	-DGTK_API_VERSION_2=1
 endif
 
+frogr_LDFLAGS = -export-dynamic
+
 frogr_SOURCES = \
 	frogr-about-dialog.c \
 	frogr-about-dialog.h \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]