From 3be61ecc95b9c4fb5296eb443b4f758e4a22a653 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(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 28e0a1f8..329e7712 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,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