diff options
-rw-r--r-- | Makefile.am | 4 |
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 \ |