X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=d17ef4a7f25c0ddaecccd7039571fc64be0a8735;hb=43840c852876d0c209732bb79900cc383cb4ea70;hp=14e569cc51f0ffef0cf95cfe76f160b3a9191e4e;hpb=3da24a7481dcacaebf63ee62e112df679c38bebc;p=surf.git diff --git a/config.mk b/config.mk index 14e569c..d17ef4a 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,11 +15,10 @@ 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}\" +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS}