summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias-Christian Ott <ott@mirix.org>2009-10-12 08:23:01 +0000
committerMatthias-Christian Ott <ott@mirix.org>2009-10-12 08:23:01 +0000
commitfac1758bff9a99f53ff5f6c4ec945eee8a90bae3 (patch)
tree5e3521c25229bdaa79769ad813def0d372dc91d8
parenta9ad7e7201fddb96e41060292a0a1c060daac579 (diff)
corrected compilation flags
-rw-r--r--config.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/config.mk b/config.mk
index a7529bf..8afd77d 100644
--- a/config.mk
+++ b/config.mk
@@ -7,13 +7,9 @@ VERSION = 0.0
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
-GTKINC=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0)
-GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0)
-
-
# includes and libs
-INCS = -I. -I/usr/include ${GTKINC}
-LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
+INCS = -I. -I/usr/include
+LIBS = -L/usr/lib -lc -lX11
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"