summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-12-10 22:06:37 +0300
committerinfirit <[email protected]>2014-12-15 15:01:56 +0100
commita86a09d13527ab0af1660f8d31636956a24f1922 (patch)
treeb906c08cb7f0a3cc96eb13d1f0733875374f5eed /Makefile.am
parente803bf850be58d745466b69b9c2c93776696c408 (diff)
downloadmate-system-monitor-a86a09d13527ab0af1660f8d31636956a24f1922.tar.bz2
mate-system-monitor-a86a09d13527ab0af1660f8d31636956a24f1922.tar.xz
removed obsolete configure option
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 30083f9..db2f93d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ Applications_in_files = mate-system-monitor.desktop.in
Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
-distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper'
+distuninstallcheck_listfiles = find . -type f -print
CLEANFILES = mate-system-monitor.appdata.xml
@@ -37,8 +37,6 @@ DISTCLEANFILES = \
intltool-update \
mate-system-monitor.desktop
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
-
dist-hook:
@if test -d "$(srcdir)/.git"; \
then \