From 4c06cb5cd0859067769dac1317682d430b18cc78 Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 6 Nov 2016 14:43:26 +0300 Subject: move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 329e7712..d472aea3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,8 +55,7 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --disable-tests \ - --with-gtk=$(GTK_API_VERSION) + --disable-tests # Build ChangeLog from GIT history ChangeLog: -- cgit v1.2.1