From 426e510bbaec2677dafc308b08776e4b38bf37b1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jul 2016 21:29:47 +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 5b1f3df7..50f1eb17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,10 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-introspection +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --disable-introspection \ + --with-gtk=$(GTK_API_VERSION) EXTRA_DIST = \ autogen.sh \ -- cgit v1.2.1