diff options
author | Monsta <[email protected]> | 2014-12-10 22:06:37 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-15 15:01:56 +0100 |
commit | a86a09d13527ab0af1660f8d31636956a24f1922 (patch) | |
tree | b906c08cb7f0a3cc96eb13d1f0733875374f5eed | |
parent | e803bf850be58d745466b69b9c2c93776696c408 (diff) | |
download | mate-system-monitor-a86a09d13527ab0af1660f8d31636956a24f1922.tar.bz2 mate-system-monitor-a86a09d13527ab0af1660f8d31636956a24f1922.tar.xz |
removed obsolete configure option
-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 \ |