diff options
author | raveit65 <[email protected]> | 2016-07-15 17:03:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-15 17:03:18 +0200 |
commit | b63e414f8650d7c02db65c825dddd638e2fbb247 (patch) | |
tree | af96de56c5cf9b553f0bd5163cfe6ebd76460a6b | |
parent | f780f7c49f21a1e9d02eb1f82e317d41d05718e2 (diff) | |
download | atril-b63e414f8650d7c02db65c825dddd638e2fbb247.tar.bz2 atril-b63e414f8650d7c02db65c825dddd638e2fbb247.tar.xz |
distcheck: explicitly use currently selected GTK+ version
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 776982f4..9ba3eba8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-caja \ --disable-tests \ - --disable-silent-rules + --disable-silent-rules \ + --with-gtk=$(GTK_API_VERSION) distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf |