X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=e49fa2411b74a647c54d68eff47739c812dbda1a;hb=b4ca032b8c61402c1ccdf29a64fed4f605cbcf7e;hp=e62e033ed82c2a9fb19fa332c309625344175fe0;hpb=a0e269b6bd9d7a70148f4ccbc733df35f071ba74;p=surf.git diff --git a/config.mk b/config.mk index e62e033..e49fa24 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,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_DEFAULT_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS}