comparison console/libgnt/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 eac18261c6f0
children 9d66969a2e32
comparison
equal deleted inserted replaced
13886:90eb736b4c26 13887:7d3256b253ec
1 CFLAGS=`pkg-config --cflags gobject-2.0` -g 1 CC=gcc
2 CFLAGS=`pkg-config --cflags gobject-2.0` -g -Wall
2 LDFLAGS=`pkg-config --libs gobject-2.0` -lncursesw -pg 3 LDFLAGS=`pkg-config --libs gobject-2.0` -lncursesw -pg
3 4
4 HEADERS = \ 5 HEADERS = \
5 gntwidget.h \ 6 gntwidget.h \
6 gntbox.h \ 7 gntbox.h \