diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-07-13 09:35:41 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-07-13 09:35:41 +0200 |
commit | 9ec6fbda904fa577afe81eddecf8903ecff60eae (patch) | |
tree | 08157d0fef68cf529b6fde71db240acd6fcad376 /config.mk | |
parent | 8cb5d958d8126b31f7fb3b107b2f5ff0d7cee0b4 (diff) | |
download | surf-9ec6fbda904fa577afe81eddecf8903ecff60eae.tar.gz surf-9ec6fbda904fa577afe81eddecf8903ecff60eae.tar.bz2 surf-9ec6fbda904fa577afe81eddecf8903ecff60eae.zip |
Applied Jacobs patch. Thanks!
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ 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} +LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" |