From b8f5fe87dfe7c61b86573e98059e822b105b6f75 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jul 2016 18:05:00 +0200 Subject: distcheck: explicitly use currently selected GTK+ version --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2b9b1c0..4ce45fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,9 @@ DISTCLEANFILES = \ intltool-merge \ po/.intltool-merge-cache +DISTCHECK_CONFIGURE_FLAGS = \ + --with-gtk=$(GTK_API_VERSION) + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ -- cgit v1.2.1