diff options
author | raveit65 <[email protected]> | 2016-07-15 18:59:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-15 18:59:58 +0200 |
commit | 6789ac8d72a4bfe45f4f6e2b1d28f6285d650068 (patch) | |
tree | 9e1b15003fc6dcd973c4a42f4789c028fa56beb3 /Makefile.am | |
parent | 90d69853888ef1b20dcd00461e55cb608c07854e (diff) | |
download | eom-6789ac8d72a4bfe45f4f6e2b1d28f6285d650068.tar.bz2 eom-6789ac8d72a4bfe45f4f6e2b1d28f6285d650068.tar.xz |
distcheck: explicitly use currently selected GTK+ version
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cdb007b..b12d22c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,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 |