diff console/libgnt/test/Makefile @ 13916:fdf2dbed6faa

[gaim-migrate @ 16418] Make the conversation windows bigger ... which is better *wink*. Use Panel library to manage the windows. Add a window-list that you can use to quickly switch to a window (press Alt+w to bring it up). Get rid of some unused codes. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 04 Jul 2006 01:32:39 +0000
parents 7d3256b253ec
children cd2da4b079cf
line wrap: on
line diff
--- a/console/libgnt/test/Makefile	Mon Jul 03 21:19:56 2006 +0000
+++ b/console/libgnt/test/Makefile	Tue Jul 04 01:32:39 2006 +0000
@@ -1,11 +1,10 @@
 CC=gcc
 CFLAGS=`pkg-config --cflags gobject-2.0` -g -I../
-LDFLAGS=`pkg-config --libs gobject-2.0` -lncursesw -pg -lgnt -L../
+LDFLAGS=`pkg-config --libs gobject-2.0` -pg -lgnt -L../
 
 EXAMPLES=focus tv multiwin
 
 all:
-	cd .. && make
 	make examples
 
 clean: