From f2aa4cd5009a2766674ae02d2cc4f5e4fddb4079 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 13 Dec 2016 11:32:51 +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 325b0a7..f836421 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --disable-icon-update \ - --with-gtk=$(GTK_API_VERSION) + --disable-icon-update EXTRA_DIST = \ autogen.sh -- cgit v1.2.1