diff finch/libgnt/test/Makefile @ 16125:5f204f55af09

Add a utility function to create widgets from an XML description.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 15 Apr 2007 05:49:27 +0000
parents 0e3a8505ebbe
children 57d350900136 acf284962b40
line wrap: on
line diff
--- a/finch/libgnt/test/Makefile	Sun Apr 15 05:42:14 2007 +0000
+++ b/finch/libgnt/test/Makefile	Sun Apr 15 05:49:27 2007 +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 keys menu
+EXAMPLES=combo focus tv multiwin keys menu parse
 
 all:
 	make examples