aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd21748..e4d0f53 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ INCLUDES = -I. -I/usr/local/include
5 5
6LIBS = -L. -ltracecmd -ldl 6LIBS = -L. -ltracecmd -ldl
7 7
8PACKAGES= gtk+-2.0 libgnome-2.0 libgnomecanvas-2.0 libgnomeui-2.0 libxml-2.0 8PACKAGES= gtk+-2.0
9 9
10CONFIG_FLAGS = $(shell pkg-config --cflags $(PACKAGES)) \ 10CONFIG_FLAGS = $(shell pkg-config --cflags $(PACKAGES)) \
11 -DGTK_VERSION=$(shell pkg-config --modversion gtk+-2.0 | \ 11 -DGTK_VERSION=$(shell pkg-config --modversion gtk+-2.0 | \