comparison console/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 582aaa4e287e
children f0cde11b3d0c
comparison
equal deleted inserted replaced
13886:90eb736b4c26 13887:7d3256b253ec
1 CFLAGS=`pkg-config --cflags gaim gobject-2.0` -g -I./libgnt/ 1 CC=gcc
2 CFLAGS=`pkg-config --cflags gaim gobject-2.0` -g -I./libgnt/ -Wall
2 LDFLAGS=`pkg-config --libs gaim gobject-2.0 libxml-2.0` -lncursesw -L./libgnt/ -lgnt -pg 3 LDFLAGS=`pkg-config --libs gaim gobject-2.0 libxml-2.0` -lncursesw -L./libgnt/ -lgnt -pg
3 4
4 GG_SOURCES = \ 5 GG_SOURCES = \
5 gntblist.c \ 6 gntblist.c \
6 gntconv.c \ 7 gntconv.c \