diff options
author | raveit65 <[email protected]> | 2016-07-15 20:39:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-15 20:39:51 +0200 |
commit | c9dd310cafa0b7e3fbf57918b971ca70103b13c7 (patch) | |
tree | bfbc6e7bf020a6ed1d214d83099d39d48f8b701a /Makefile.am | |
parent | 063c70483a2824c246a48556acbe983cd5864ede (diff) | |
download | mate-control-center-c9dd310cafa0b7e3fbf57918b971ca70103b13c7.tar.bz2 mate-control-center-c9dd310cafa0b7e3fbf57918b971ca70103b13c7.tar.xz |
distcheck: explicitly use currently selected GTK+ version
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3626416c..0897f97d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,9 @@ EXTRA_DIST = \ autogen.sh \ $(gsettingsschema_in_files) -DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-update-mimedb \ + --with-gtk=$(GTK_API_VERSION) GITIGNOREFILES=m4 |