From ff6434052f869ba64a00f99357b2fc20ddc44160 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 22 Jun 2002 08:47:57 +0000 Subject: (libfetish_a_SOURCES): Add fnmatch_.h in place of fnmatch.h. (EXTRA_DIST): Add fnmatch_loop.c. --- lib/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') 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' \ -- cgit v1.2.3-54-g00ecf