summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-18 14:01:25 +0000
committerJim Meyering <jim@meyering.net>2003-02-18 14:01:25 +0000
commitae993355b7b279a496e8ca4af04f5f683ad7d041 (patch)
treea130b64ac1016aaee6a882de9fc78d99c2297a84 /lib/Makefile.am
parentd2c4a4e44daecf76329aed83adaf7e8c6dccb88e (diff)
downloadcoreutils-ae993355b7b279a496e8ca4af04f5f683ad7d041.tar.xz
(CLEANFILES): Remove ftw.h and search.h.
(DISTCLEANFILES): Add them here. Add fnmatch.h, too.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 36bcdfc13..60115379b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -189,4 +189,5 @@ SUFFIXES = .sed .sin
sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@
mv t-$@ $@
-CLEANFILES = charset.alias ref-add.sed ref-del.sed ftw.h search.h
+CLEANFILES = charset.alias ref-add.sed ref-del.sed
+DISTCLEANFILES = ftw.h search.h fnmatch.h