Applied Jacobs patch. Thanks!
This commit is contained in:
parent
8cb5d958d8
commit
9ec6fbda90
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0)
|
||||||
|
|
||||||
# includes and libs
|
# includes and libs
|
||||||
INCS = -I. -I/usr/include ${GTKINC}
|
INCS = -I. -I/usr/include ${GTKINC}
|
||||||
LIBS = -L/usr/lib -lc ${GTKLIB}
|
LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
CPPFLAGS = -DVERSION=\"${VERSION}\"
|
CPPFLAGS = -DVERSION=\"${VERSION}\"
|
||||||
|
|
Loading…
Reference in a new issue