X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=b7a902faf02c0d6913ffb18c6806369878e43639;hb=83df29393f99990cea6b0fff3eec66eeb94329ed;hp=ee052926324f04dac5a81500b002390617cc6844;hpb=6cd54e4a3119bd201d95f5d67ffb4bfe28aac653;p=surf.git diff --git a/config.mk b/config.mk index ee05292..b7a902f 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.5 +VERSION = 0.6 # Customize below to fit your system @@ -15,8 +15,7 @@ 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 \ - -ljavascriptcoregtk-1.0 +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE