From: <amc...@us...> - 2006-09-04 03:58:30
|
Revision: 17151 http://svn.sourceforge.net/gaim/?rev=17151&view=rev Author: amc_grim Date: 2006-09-03 20:58:23 -0700 (Sun, 03 Sep 2006) Log Message: ----------- A patch from John Bailey to get gntgaim compiling for him, although we're both running debian and it worked fine here... Well whatever, doesn't hurt my build ;) Modified Paths: -------------- trunk/console/libgnt/wms/Makefile.am trunk/console/plugins/Makefile.am Modified: trunk/console/libgnt/wms/Makefile.am =================================================================== --- trunk/console/libgnt/wms/Makefile.am 2006-09-04 03:55:12 UTC (rev 17150) +++ trunk/console/libgnt/wms/Makefile.am 2006-09-04 03:58:23 UTC (rev 17151) @@ -17,5 +17,6 @@ -I$(top_srcdir)/console/libgnt \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ + $(GNT_CFLAGS) \ $(PLUGIN_CFLAGS) Modified: trunk/console/plugins/Makefile.am =================================================================== --- trunk/console/plugins/Makefile.am 2006-09-04 03:55:12 UTC (rev 17150) +++ trunk/console/plugins/Makefile.am 2006-09-04 03:58:23 UTC (rev 17151) @@ -25,6 +25,7 @@ -I$(top_srcdir)/console/libgnt \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ + $(GNT_CFLAGS) \ $(PLUGIN_CFLAGS) # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |