From: Enno Boland (tox) Date: Mon, 13 Jul 2009 07:35:41 +0000 (+0200) Subject: Applied Jacobs patch. Thanks! X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=9ec6fbda904fa577afe81eddecf8903ecff60eae Applied Jacobs patch. Thanks! --- diff --git a/config.mk b/config.mk index 1c7d2d2..c620341 100644 --- 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}\"