From d1ee9352f4b1d9867d63d3262a883b5277a043be Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jul 2016 22:31:10 +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 802d857c..6d7e007f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,10 @@ MAINTAINERCLEANFILES = \ m4/lt~obsolete.m4 \ `find "$(srcdir)" -type f -name Makefile.in -print` -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-tests +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --disable-tests \ + --with-gtk=$(GTK_API_VERSION) # Build ChangeLog from GIT history ChangeLog: -- cgit v1.2.1