Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 74785edcbb..420f8a465a 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -119,8 +119,9 @@ include $(top_srcdir)/Makefile.include
#
# From BEAST (LGPL license): http://svn.gnome.org/viewvc/beast/trunk/Makefile.am
filter_stale_uninstalled = \
- | egrep -v '^.*/share/mime/(subclasses|globs|magic|XMLnamespaces|aliases|mime\.cache)$$' \
+ | egrep -v '^.*/share/mime/.*$$' \
| egrep -v '^.*./share/icons/hicolor/icon-theme\.cache$$'
+
filter_stale_buildfiles = | egrep -v '^./report.out$$'
distuninstallcheck_listfiles = find . -type f -print # automake-1.9 setting
distuninstallcheck_listfiles += $(filter_stale_uninstalled) # amend by required filtering