comparison console/libgnt/test/Makefile @ 13887:7d3256b253ec

[gaim-migrate @ 16368] Minor tweaks to Makefile and some other things. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 Jun 2006 18:50:33 +0000
parents ab6376814e73
children fdf2dbed6faa
comparison
equal deleted inserted replaced
13886:90eb736b4c26 13887:7d3256b253ec
1 CC=gcc
1 CFLAGS=`pkg-config --cflags gobject-2.0` -g -I../ 2 CFLAGS=`pkg-config --cflags gobject-2.0` -g -I../
2 LDFLAGS=`pkg-config --libs gobject-2.0` -lncursesw -pg -lgnt -L../ 3 LDFLAGS=`pkg-config --libs gobject-2.0` -lncursesw -pg -lgnt -L../
3 4
4 EXAMPLES=focus tv multiwin 5 EXAMPLES=focus tv multiwin
5 6