diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e4c7d1c..2ca52be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ SUBDIRS = \ distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' -distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v 'omf' | grep -v 'figures' +distuninstallcheck_listfiles = find . -type f -print | grep -v 'omf' | grep -v 'figures' EXTRA_DIST = \ |