From 678c882672ec2df151708ccf7c9bc3373ce33f10 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 17 Jul 2010 21:15:05 +0200 Subject: [PATCH] Updated to GTK 2.x --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2