From 6789ac8d72a4bfe45f4f6e2b1d28f6285d650068 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(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cdb007b..b12d22c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,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