[Goodies-commits] r6487 - in xfce4-screenshooter/trunk: lib panel-plugin src

Jerome Guelfucci jeromeg at xfce.org
Sun Jan 18 10:38:31 CET 2009


Author: jeromeg
Date: 2009-01-18 09:38:30 +0000 (Sun, 18 Jan 2009)
New Revision: 6487

Modified:
   xfce4-screenshooter/trunk/lib/Makefile.am
   xfce4-screenshooter/trunk/panel-plugin/Makefile.am
   xfce4-screenshooter/trunk/src/Makefile.am
Log:
Remove gcc flags to fix debug with full debugging.

Modified: xfce4-screenshooter/trunk/lib/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/lib/Makefile.am	2009-01-18 09:23:49 UTC (rev 6486)
+++ xfce4-screenshooter/trunk/lib/Makefile.am	2009-01-18 09:38:30 UTC (rev 6487)
@@ -13,10 +13,8 @@
 	@GLIB_CFLAGS@ \
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@ \
-	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
-	-Wall -Wextra -Wno-unused-parameter \
-	-Wno-missing-field-initializers
-
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
+	
 libscreenshooter_la_LIBADD = \
   @GTK_LIBS@ \
 	@LIBXFCE4UTIL_LIBS@ \

Modified: xfce4-screenshooter/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/panel-plugin/Makefile.am	2009-01-18 09:23:49 UTC (rev 6486)
+++ xfce4-screenshooter/trunk/panel-plugin/Makefile.am	2009-01-18 09:38:30 UTC (rev 6487)
@@ -5,9 +5,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
 	-I$(top_srcdir)								\
 	-I$(top_srcdir)/lib							\
-	@LIBXFCE4PANEL_CFLAGS@ \
-	-Wall -Wextra -Wno-unused-parameter \
-	-Wno-missing-field-initializers
+	@LIBXFCE4PANEL_CFLAGS@
 
 xfce4_screenshooter_plugin_LDFLAGS =						\
 	@LIBXFCE4PANEL_LIBS@ \

Modified: xfce4-screenshooter/trunk/src/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/src/Makefile.am	2009-01-18 09:23:49 UTC (rev 6486)
+++ xfce4-screenshooter/trunk/src/Makefile.am	2009-01-18 09:38:30 UTC (rev 6487)
@@ -6,9 +6,7 @@
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@ \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
-	-I$(top_srcdir)/lib \
-	-Wall -Wextra -Wno-unused-parameter \
-	-Wno-missing-field-initializers
+	-I$(top_srcdir)/lib
 	
 xfce4_screenshooter_LDFLAGS =                       \
 	@GTK_LIBS@ \




More information about the Goodies-commits mailing list