summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-15 18:59:58 +0200
committerraveit65 <[email protected]>2016-07-15 18:59:58 +0200
commit6789ac8d72a4bfe45f4f6e2b1d28f6285d650068 (patch)
tree9e1b15003fc6dcd973c4a42f4789c028fa56beb3
parent90d69853888ef1b20dcd00461e55cb608c07854e (diff)
downloadeom-6789ac8d72a4bfe45f4f6e2b1d28f6285d650068.tar.bz2
eom-6789ac8d72a4bfe45f4f6e2b1d28f6285d650068.tar.xz
distcheck: explicitly use currently selected GTK+ version
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
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