diff console/libgnt/test/Makefile @ 13935:cd2da4b079cf

[gaim-migrate @ 16466] New widget GntComboBox. I have addde a test file as an example as well. Rename gntutils.* to gntmarshal.* I am going to have some util-functions in gntutils.* later. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 23:58:20 +0000
parents fdf2dbed6faa
children a06f7495af6f
line wrap: on
line diff
--- a/console/libgnt/test/Makefile	Sat Jul 08 19:06:59 2006 +0000
+++ b/console/libgnt/test/Makefile	Sat Jul 08 23:58:20 2006 +0000
@@ -2,7 +2,7 @@
 CFLAGS=`pkg-config --cflags gobject-2.0` -g -I../
 LDFLAGS=`pkg-config --libs gobject-2.0` -pg -lgnt -L../
 
-EXAMPLES=focus tv multiwin
+EXAMPLES=combo focus tv multiwin
 
 all:
 	make examples