X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=35466651939ed79b3bd54bd482f79386c3e9309d;hb=d1eb8253b1052432778bf44f2213055f32bed4b7;hp=47f427bae71bebe10edc3daa51abad49e0118070;hpb=f9a411f22d413f01aecd553c3d5bc22a3e1e196e;p=surf.git diff --git a/config.mk b/config.mk index 47f427b..3546665 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.4 +VERSION = 0.4.1 # Customize below to fit your system @@ -7,8 +7,8 @@ VERSION = 0.4 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -GTKINC=$(shell pkg-config --static --cflags gtk+-2.0 webkit-1.0) -GTKLIB=$(shell pkg-config --static --libs gtk+-2.0 webkit-1.0) +GTKINC=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) +GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) # includes and libs