--- GNUmakefile.old 2016-02-25 00:16:53.000000000 +0100 +++ GNUmakefile 2016-02-25 00:29:38.000000000 +0100 @@ -25,18 +25,6 @@ endef ################################################################# -# build gamt? -ifeq ($(HAVE_GTK)$(HAVE_VTE),yesyes) - TARGETS += gamt - gamt : CFLAGS += -Wno-strict-prototypes - gamt : pkglst += gtk+-2.0 vte -endif - -CFLAGS += $(shell test "$(pkglst)" != "" && pkg-config --cflags $(pkglst)) -LDLIBS += $(shell test "$(pkglst)" != "" && pkg-config --libs $(pkglst)) - -################################################################# - build: $(TARGETS) install: build