ifneq ($(shell pkg-config webkit-1.0 --modversion 2>/dev/null),)
flags += $(shell pkg-config --cflags webkit-1.0)
-library += -lwebkit-1.0
+library += $(shell pkg-config --libs webkit-1.0)
include Execute.mk
else
ifneq ($(shell pkg-config WebKitGtk --modversion 2>/dev/null),)