diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 856e7a8e3..4a3fc3883 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = lib embed idl src data po help doc -distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' +distcleancheck_listfiles = find . -type f -print | grep -v -e 'omf\.out' -e '\.gmo$' distuninstallcheck_listfiles = find . -type f -print | grep -v '/var/scrollkeeper' |