From: <ev...@us...> - 2006-08-19 06:02:33
|
Revision: 16874 Author: evands Date: 2006-08-18 23:02:26 -0700 (Fri, 18 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16874&view=rev Log Message: ----------- Updated makefile for the keys test program Modified Paths: -------------- trunk/console/libgnt/test/Makefile Modified: trunk/console/libgnt/test/Makefile =================================================================== --- trunk/console/libgnt/test/Makefile 2006-08-19 05:52:13 UTC (rev 16873) +++ trunk/console/libgnt/test/Makefile 2006-08-19 06:02:26 UTC (rev 16874) @@ -2,7 +2,7 @@ CFLAGS=`pkg-config --cflags gobject-2.0 gmodule-2.0` -g -I../ -DSTANDALONE LDFLAGS=`pkg-config --libs gobject-2.0 gmodule-2.0 gnt` -pg -EXAMPLES=combo focus tv multiwin +EXAMPLES=combo focus tv multiwin keys all: make examples This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |