From 1b877bf76a013ce007ff18a4528e168d575a1b88 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 4 Dec 2014 09:10:28 +0300 Subject: removed obsolete configure option Closes https://github.com/mate-desktop/atril/pull/112 --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') 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"; \ -- cgit v1.2.1