anjuta r3465 - in trunk: . plugins/project-wizard/templates/gnome/src plugins/project-wizard/templates/gtk/src



Author: naba
Date: Sun Jan 13 21:57:48 2008
New Revision: 3465
URL: http://svn.gnome.org/viewvc/anjuta?rev=3465&view=rev

Log:
	Patch from: Ritesh Khadgaray
	* plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
	* plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
	Adds export-dynamic option to LDFLAGS to project template for libglade
	to work for autoconnect signals.


Modified:
   trunk/ChangeLog
   trunk/plugins/project-wizard/templates/gnome/src/Makefile.am.tpl
   trunk/plugins/project-wizard/templates/gtk/src/Makefile.am.tpl

Modified: trunk/plugins/project-wizard/templates/gnome/src/Makefile.am.tpl
==============================================================================
--- trunk/plugins/project-wizard/templates/gnome/src/Makefile.am.tpl	(original)
+++ trunk/plugins/project-wizard/templates/gnome/src/Makefile.am.tpl	Sun Jan 13 21:57:48 2008
@@ -25,7 +25,8 @@
 	callbacks.h \
 	main.c
 
-[+NameCLower+]_LDFLAGS = 
+[+NameCLower+]_LDFLAGS = \
+	-Wl,--export-dynamic
 
 [+NameCLower+]_LDADD = $([+NameCUpper+]_LIBS)
 

Modified: trunk/plugins/project-wizard/templates/gtk/src/Makefile.am.tpl
==============================================================================
--- trunk/plugins/project-wizard/templates/gtk/src/Makefile.am.tpl	(original)
+++ trunk/plugins/project-wizard/templates/gtk/src/Makefile.am.tpl	Sun Jan 13 21:57:48 2008
@@ -23,7 +23,8 @@
 	callbacks.h \
 	main.c
 
-[+NameCLower+]_LDFLAGS = 
+[+NameCLower+]_LDFLAGS = \
+	-Wl,--export-dynamic
 
 [+NameCLower+]_LDADD = $([+NameCUpper+]_LIBS)
 



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