X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=ee052926324f04dac5a81500b002390617cc6844;hb=760f8f36debebd5a6fd16100e9876df3b9994647;hp=4fd8319e38185cedfa3f9d80e4723adda4769f62;hpb=fc3161614133b6b9e8855110859d7a96c08879d0;p=surf.git diff --git a/config.mk b/config.mk index 4fd8319..ee05292 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.4.1 +VERSION = 0.5 # Customize below to fit your system @@ -15,10 +15,11 @@ 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}\" +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS}