diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-02-01 15:23:39 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-02-01 15:23:39 +0100 |
commit | 3da24a7481dcacaebf63ee62e112df679c38bebc (patch) | |
tree | 0a9b5d2125c5379e19bbfafd91ac05ba5187a015 /config.mk | |
parent | Add a variable in config.def.h for configuring spatial browsing. (diff) | |
download | surf-3da24a7481dcacaebf63ee62e112df679c38bebc.tar.gz surf-3da24a7481dcacaebf63ee62e112df679c38bebc.tar.bz2 surf-3da24a7481dcacaebf63ee62e112df679c38bebc.zip |
Fixing the javascriptcoregtk-1.0 dependency.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 4fd8319..14e569c 100644 --- 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}\" |