diff options
-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 |