# HG changeset patch # User Evan Schoenberg # Date 1155967346 0 # Node ID cb6bbd248941403ec971b713e26f71b61c9e84c0 # Parent 5300e2f1fed349e86b3105be070d2576f86f9495 [gaim-migrate @ 16874] Updated makefile for the keys test program committer: Tailor Script diff -r 5300e2f1fed3 -r cb6bbd248941 console/libgnt/test/Makefile --- a/console/libgnt/test/Makefile Sat Aug 19 05:44:40 2006 +0000 +++ b/console/libgnt/test/Makefile Sat Aug 19 06:02:26 2006 +0000 @@ -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