changeset 14201:cb6bbd248941

[gaim-migrate @ 16874] Updated makefile for the keys test program committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 19 Aug 2006 06:02:26 +0000
parents 5300e2f1fed3
children c3f5ac1f57a9
files console/libgnt/test/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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