comparison console/Makefile @ 13911:b210409cdc56

[gaim-migrate @ 16410] Change some colors for terminals that don't support customizing colors. Make taskbar behave properly when moving a window. Read startup options from command-line (copy-paste from gtkgaim [sic]). I am doing #define _GNU_SOURCE and #include <getopt.h> ... I don't know if that's alright. So now you can specify a location to read config files from. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 03 Jul 2006 02:27:41 +0000
parents cc60d0861337
children 841a5ffbfee4
comparison
equal deleted inserted replaced
13910:6c907830a45f 13911:b210409cdc56
1 VERSION=gntgaim-0.0.0dev
1 CC=gcc 2 CC=gcc
2 CFLAGS=`pkg-config --cflags gaim gobject-2.0 gnt` -g -Wall 3 CFLAGS=`pkg-config --cflags gaim gobject-2.0 gnt` -g -Wall -DVERSION=\"$(VERSION)\"
3 LDFLAGS=`pkg-config --libs gaim gobject-2.0 libxml-2.0 gnt` -pg 4 LDFLAGS=`pkg-config --libs gaim gobject-2.0 libxml-2.0 gnt` -pg
4 5
5 GG_SOURCES = \ 6 GG_SOURCES = \
6 gntaccount.c \ 7 gntaccount.c \
7 gntblist.c \ 8 gntblist.c \