Applied Jacobs patch. Thanks!

This commit is contained in:
Enno Boland (tox) 2009-07-13 09:35:41 +02:00
parent 8cb5d958d8
commit 9ec6fbda90
1 changed files with 1 additions and 1 deletions

View File

@ -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}\"