From: Martin Mares Date: Sat, 17 Jul 2010 19:15:05 +0000 (+0200) Subject: Updated to GTK 2.x X-Git-Tag: v1.3~6 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=678c882672ec2df151708ccf7c9bc3373ce33f10;p=teatimer.git Updated to GTK 2.x --- diff --git a/Makefile b/Makefile index bdadebc..f94b4ec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -GTK_LIBS=$(shell gtk-config --libs) -GTK_CFLAGS=$(shell gtk-config --cflags) +GTK_LIBS:=$(shell pkg-config --libs gtk+-x11-2.0 glib-2.0) +GTK_CFLAGS:=$(shell pkg-config --cflags gtk+-x11-2.0 glib-2.0) CFLAGS=-O2 $(GTK_CFLAGS) -Wall -W LDFLAGS=$(GTK_LIBS)