about summary refs log tree commit diff
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-09 22:41:11 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-09 22:41:11 +0200
commitf304d0af52a7141f8395b0eea961292fa91104f0 (patch)
tree6110f4a41766d36d8342ce2d53efafc76f5c201e /config.mk
parentadded js-fix by Troels Henriksen. Thanks :) (diff)
parentDo not set cookie session time if set to 0 (diff)
downloadsurf-f304d0af52a7141f8395b0eea961292fa91104f0.tar.gz
surf-f304d0af52a7141f8395b0eea961292fa91104f0.tar.bz2
surf-f304d0af52a7141f8395b0eea961292fa91104f0.zip
merge
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 47f427b..a5f0b6d 100644
--- a/config.mk
+++ b/config.mk
@@ -7,8 +7,8 @@ VERSION = 0.4
 PREFIX = /usr/local
 MANPREFIX = ${PREFIX}/share/man
 
-GTKINC=$(shell pkg-config --static --cflags gtk+-2.0 webkit-1.0)
-GTKLIB=$(shell pkg-config --static --libs gtk+-2.0 webkit-1.0)
+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