summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-03-29 17:49:34 +0200
committerEnno Boland (tox) <tox@s01.de>2010-03-29 17:49:34 +0200
commit8aabfa5b4591b020173441a7a6df631ba3ecae3f (patch)
treed96629e6695701faac810d97a6e3171b6c0b1597 /config.mk
parent981e52d5a755f7a30fc59595ab84f9df05a84f01 (diff)
downloadsurf-8aabfa5b4591b020173441a7a6df631ba3ecae3f.tar.gz
surf-8aabfa5b4591b020173441a7a6df631ba3ecae3f.tar.bz2
surf-8aabfa5b4591b020173441a7a6df631ba3ecae3f.zip
whoops... linking Oo
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index ff7f604..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
@@ -18,7 +18,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -g ${LIBS} -static
+LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"