Revision: 931 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=931&view=rev Author: ctabin Date: 2009-09-15 20:23:51 +0000 (Tue, 15 Sep 2009)
Log Message: ----------- Removed non-standard compiler parameters
Modified Paths: -------------- trunk/geany-plugins/pretty-printer/src/Makefile.am
Modified: trunk/geany-plugins/pretty-printer/src/Makefile.am =================================================================== --- trunk/geany-plugins/pretty-printer/src/Makefile.am 2009-09-15 16:58:05 UTC (rev 930) +++ trunk/geany-plugins/pretty-printer/src/Makefile.am 2009-09-15 20:23:51 UTC (rev 931) @@ -10,5 +10,5 @@ ConfigUI.h \ ConfigUI.c
-pretty_print_la_CFLAGS = $(AM_CFLAGS) $(LIBXML_CFLAGS) -Wall -fno-common +pretty_print_la_CFLAGS = $(AM_CFLAGS) $(LIBXML_CFLAGS) pretty_print_la_LIBADD = $(COMMONLIBS) $(LIBXML_LIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org