# HG changeset patch # User Evan Schoenberg # Date 1155967346 0 # Node ID 6dffb42b27f5f37c8c6df5324f038f744996b921 # Parent 70d5193ce4929c78c4ac2fcb0ae3d600cd3df885 [gaim-migrate @ 16874] Updated makefile for the keys test program diff -r 70d5193ce492 -r 6dffb42b27f5 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