X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=3674c4c0e5d4d6c44f3a110a517e51a3f3be0562;hb=d2a44361231d7bc576cacf08e74ad8d6584de0e1;hp=1c7d2d21983a490ec9c993a16bbb9d834381051c;hpb=64edf0371e1d2eaf504c946ffffd75bb5808fa8c;p=surf.git diff --git a/config.mk b/config.mk index 1c7d2d2..3674c4c 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.0 +VERSION = 0.2 # Customize below to fit your system @@ -13,7 +13,7 @@ GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) # includes and libs INCS = -I. -I/usr/include ${GTKINC} -LIBS = -L/usr/lib -lc ${GTKLIB} +LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\"