diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 23a43443..60da867d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,14 +84,12 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-compile \ - --disable-scrollkeeper \ --enable-gtk-doc \ --disable-caja \ --disable-tests \ --disable-silent-rules -# Ignore scrollkeeper issues for now. @#*$& scrollkeeper -distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/mate/help/ | grep -v \.omf +distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf dist-hook: @if test -d "$(srcdir)/.git"; \ |