Fixing the javascriptcoregtk-1.0 dependency.

This commit is contained in:
Christoph Lohmann 2012-02-01 15:23:39 +01:00
parent 7c7a3b58cf
commit 3da24a7481
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ GTKLIB = `pkg-config --libs gtk+-2.0 webkit-1.0`
# includes and libs
INCS = -I. -I/usr/include -I${X11INC} ${GTKINC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \
-ljavascriptcoregtk-1.0
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"