gnome-games r8612 - trunk/libgames-support



Author: thomashpa
Date: Sat Jan 24 01:55:43 2009
New Revision: 8612
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8612&view=rev

Log:
Fix libgames-support Makefile.am to use AM_CFLAGS rather than WARN_CFLAGS

Modified:
   trunk/libgames-support/Makefile.am

Modified: trunk/libgames-support/Makefile.am
==============================================================================
--- trunk/libgames-support/Makefile.am	(original)
+++ trunk/libgames-support/Makefile.am	Sat Jan 24 01:55:43 2009
@@ -149,8 +149,8 @@
 	$(NULL)
 
 libgames_support_la_CFLAGS = 	\
-	$(WARN_CFLAGS)		\
-	$(GTK_CFLAGS)
+	$(GTK_CFLAGS)		\
+	$(AM_CFLAGS)
 
 libgames_support_la_LIBADD = 	\
 	$(GTK_LIBS)



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