summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-12-03 17:33:47 +0300
committerStefano Karapetsas <[email protected]>2014-12-04 08:01:43 +0100
commit46c44a46efca3d0b0be143c2d1e71ee018489c9f (patch)
tree66d399ae041c43a2538a7dffb58307e0fec25272 /Makefile.am
parent770ed9b388b642cd7b73ef62f33ef6a3bdba9310 (diff)
downloadeom-46c44a46efca3d0b0be143c2d1e71ee018489c9f.tar.bz2
eom-46c44a46efca3d0b0be143c2d1e71ee018489c9f.tar.xz
removed obsolete configure option
Closes https://github.com/mate-desktop/eom/pull/65
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files 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 \