Revision: 1916 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1916&view=re... Author: hyperair Date: 2011-02-09 16:43:49 +0000 (Wed, 09 Feb 2011)
Log Message: ----------- Add VTE_CFLAGS to cflags for debugger
Modified Paths: -------------- trunk/geany-plugins/debugger/src/Makefile.am
Modified: trunk/geany-plugins/debugger/src/Makefile.am =================================================================== --- trunk/geany-plugins/debugger/src/Makefile.am 2011-02-09 16:43:19 UTC (rev 1915) +++ trunk/geany-plugins/debugger/src/Makefile.am 2011-02-09 16:43:49 UTC (rev 1916) @@ -41,3 +41,4 @@ wtree.h
debugger_la_LIBADD = $(COMMONLIBS) -lutil +debugger_la_CFLAGS = $(AM_CFLAGS) $(VTE_CFLAGS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.