summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-15 21:39:53 +0200
committerraveit65 <[email protected]>2016-07-15 21:39:53 +0200
commit99cbd615accb3a9f52beb12240e116b11f75e06d (patch)
treebf7725c1c084d4814ecc2c57b592ae913d33eadd /Makefile.am
parent2d6361cfa996b23cce5610350a3ac76923080e5e (diff)
downloadmate-power-manager-99cbd615accb3a9f52beb12240e116b11f75e06d.tar.bz2
mate-power-manager-99cbd615accb3a9f52beb12240e116b11f75e06d.tar.xz
distcheck: explicitly use currently selected GTK+ version
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 9302df6..1e174e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,10 +32,11 @@ DISTCLEANFILES = \
intltool-update \
mate-power-manager-*.tar.gz
-DISTCHECK_CONFIGURE_FLAGS = \
- --disable-schemas-install \
- --disable-applets \
- --disable-tests
+DISTCHECK_CONFIGURE_FLAGS = \
+ --disable-schemas-install \
+ --disable-applets \
+ --disable-tests \
+ --with-gtk=$(GTK_API_VERSION)
# Build ChangeLog from GIT history
ChangeLog: