]> Skullheadx's Git Forge - surf.git/commitdiff
Applied Jacobs patch. Thanks!
authorEnno Boland (tox) <tox@s01.de>
Mon, 13 Jul 2009 07:35:41 +0000 (09:35 +0200)
committerEnno Boland (tox) <tox@s01.de>
Mon, 13 Jul 2009 07:35:41 +0000 (09:35 +0200)
config.mk

index 1c7d2d21983a490ec9c993a16bbb9d834381051c..c6203414f0cc0c478032050f0147dc6522d3ee4a 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -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}\"