diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-22 08:47:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-22 08:47:57 +0000 |
commit | ff6434052f869ba64a00f99357b2fc20ddc44160 (patch) | |
tree | 3a8700a787750cb968865f538dcee1142858d5a5 | |
parent | c230b93ee18a4f4a8b063dedab80e487aaecf52c (diff) | |
download | coreutils-ff6434052f869ba64a00f99357b2fc20ddc44160.tar.xz |
(libfetish_a_SOURCES): Add fnmatch_.h in place of fnmatch.h.
(EXTRA_DIST): Add fnmatch_loop.c.
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7262a03a0..6495473a6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -36,7 +36,7 @@ libfetish_a_SOURCES = \ exclude.c exclude.h \ filemode.c filemode.h \ file-type.c file-type.h \ - fnmatch.h \ + fnmatch_.h \ fopen-safer.c \ fsusage.h \ full-write.c full-write.h \ @@ -107,7 +107,9 @@ BUILT_SOURCES = getdate.c lstat.c stat.c unlocked-io.h MAINTAINERCLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = lstat.c stat.c unlocked-io.h -EXTRA_DIST = xstat.in config.charset ref-add.sin ref-del.sin gen-uio +EXTRA_DIST = xstat.in config.charset ref-add.sin ref-del.sin gen-uio \ + fnmatch_loop.c + lstat.c: xstat.in sed \ -e '/@IGNORE@/d' \ |