summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-15 21:29:47 +0200
committermonsta <[email protected]>2016-08-13 16:08:39 +0300
commit426e510bbaec2677dafc308b08776e4b38bf37b1 (patch)
treecc17a5dc550a9f0d5dfa429b0a84d22ab3408c6c
parentc38b1860bd8e054a4862840a6c57a2e6555c1602 (diff)
downloadmate-panel-426e510bbaec2677dafc308b08776e4b38bf37b1.tar.bz2
mate-panel-426e510bbaec2677dafc308b08776e4b38bf37b1.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 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 \