diff options
author | raveit65 <[email protected]> | 2016-07-15 18:59:58 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-08 15:42:09 +0300 |
commit | 8be579436593644d4a8f930fc1e5ddce1cac6197 (patch) | |
tree | bb9b5b1ef972caf91732aa0bd3954f0b0620482b | |
parent | 950beeffb89782be20f9c3d423451d726ab8060d (diff) | |
download | eom-8be579436593644d4a8f930fc1e5ddce1cac6197.tar.bz2 eom-8be579436593644d4a8f930fc1e5ddce1cac6197.tar.xz |
distcheck: explicitly use currently selected GTK+ version
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index de7f3c1..f8d4fc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,10 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-schemas-install \ + --enable-gtk-doc \ + --with-gtk=$(GTK_API_VERSION) distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf |