summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-15 21:29:47 +0200
committerraveit65 <[email protected]>2016-07-15 21:29:47 +0200
commitaaec0efff920ab8968776ea92e7688dbf67f1dca (patch)
tree617cb7e23d8456a63d5b6ee69d83a70b7e6f480a /Makefile.am
parent74aa6b823bdbe90fd6469c7afb3421992e679018 (diff)
downloadmate-panel-aaec0efff920ab8968776ea92e7688dbf67f1dca.tar.bz2
mate-panel-aaec0efff920ab8968776ea92e7688dbf67f1dca.tar.xz
distcheck: explicitly use currently selected GTK+ version
Diffstat (limited to 'Makefile.am')
-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 \