diff options
author | raveit65 <[email protected]> | 2016-07-15 17:03:18 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-09 22:04:19 +0300 |
commit | f4144b1c55a7ae2e851a3229fda86aabdd8533f4 (patch) | |
tree | f87a82c8cb7d1f4904032071ba50358923132e43 | |
parent | 32671b5e23b5cf376f777117e71da2f1bc2fb26b (diff) | |
download | atril-f4144b1c55a7ae2e851a3229fda86aabdd8533f4.tar.bz2 atril-f4144b1c55a7ae2e851a3229fda86aabdd8533f4.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 |