# HG changeset patch # User Jim Meyering # Date 1024735677 0 # Node ID 3568584300b87d761fbf4fb1bb4d71067ef3380f # Parent 40b280933236b7bfa4eb74b295161337e6d89f0f (libfetish_a_SOURCES): Add fnmatch_.h in place of fnmatch.h. (EXTRA_DIST): Add fnmatch_loop.c. diff --git a/lib/Makefile.am b/lib/Makefile.am --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -36,7 +36,7 @@ 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 @@ 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' \