summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-15 22:07:38 +0200
committerraveit65 <[email protected]>2016-07-15 22:07:38 +0200
commitf422500d641037778ef8120d7b734080fb31e6cf (patch)
tree982ac5a73066df7fa47a7e1f2b91f09bc411ee02 /Makefile.am
parentbd7ef85ff8659ad06d2d6f9068be144ca031a16d (diff)
downloadmate-settings-daemon-f422500d641037778ef8120d7b734080fb31e6cf.tar.bz2
mate-settings-daemon-f422500d641037778ef8120d7b734080fb31e6cf.tar.xz
distcheck: explicitly use currently selected GTK+ version
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c7631b4..58cee19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,9 @@ EXTRA_DIST = \
DISTCLEANFILES = \
$(NULL)
+DISTCHECK_CONFIGURE_FLAGS = \
+ --with-gtk=$(GTK_API_VERSION)
+
# Build ChangeLog from GIT history
ChangeLog:
$(AM_V_GEN) if test -d $(top_srcdir)/.git; then \