pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c7a3b5
)
Fixing the javascriptcoregtk-1.0 dependency.
author
Christoph Lohmann
<20h@r-36.net>
Wed, 1 Feb 2012 14:23:39 +0000
(15:23 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Wed, 1 Feb 2012 14:23:39 +0000
(15:23 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
4fd8319
..
14e569c
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-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}\"