From 120bf8df6c6f063ab51f96349cf97c6d848f5841 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jul 2016 19:37:27 +0200 Subject: distcheck: explicitly use currently selected GTK+ version --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9b02ac4..7eb1157 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,10 @@ SUBDIRS = po po-locations libmateweather doc data python icons ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-icon-update +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --disable-icon-update \ + --with-gtk=$(GTK_API_VERSION) EXTRA_DIST = \ autogen.sh -- cgit v1.2.1