From 8be579436593644d4a8f930fc1e5ddce1cac6197 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jul 2016 18:59:58 +0200 Subject: distcheck: explicitly use currently selected GTK+ version --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index de7f3c1..f8d4fc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,10 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-schemas-install \ + --enable-gtk-doc \ + --with-gtk=$(GTK_API_VERSION) distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf -- cgit v1.2.1