From 46c44a46efca3d0b0be143c2d1e71ee018489c9f Mon Sep 17 00:00:00 2001 From: Monsta Date: Wed, 3 Dec 2014 17:33:47 +0300 Subject: removed obsolete configure option Closes https://github.com/mate-desktop/eom/pull/65 --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index a195479..444cd4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,10 +23,9 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --enable-gtk-doc -# 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 MAINTAINERCLEANFILES = \ $(srcdir)/aclocal.m4 \ -- cgit v1.2.1