From: <sa...@us...> - 2006-07-17 23:57:18
|
Revision: 16514 Author: sadrul Date: 2006-07-17 16:57:12 -0700 (Mon, 17 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16514&view=rev Log Message: ----------- Fix the makefile. Modified Paths: -------------- trunk/console/libgnt/test/Makefile Modified: trunk/console/libgnt/test/Makefile =================================================================== --- trunk/console/libgnt/test/Makefile 2006-07-17 22:27:26 UTC (rev 16513) +++ trunk/console/libgnt/test/Makefile 2006-07-17 23:57:12 UTC (rev 16514) @@ -1,6 +1,6 @@ CC=gcc CFLAGS=`pkg-config --cflags gobject-2.0 gmodule-2.0` -g -I../ -DSTANDALONE -LDFLAGS=`pkg-config --libs gobject-2.0 gmodule-2.0` -pg -lgnt -L../ +LDFLAGS=`pkg-config --libs gobject-2.0 gmodule-2.0 gnt` -pg EXAMPLES=combo focus tv multiwin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |