changeset 3894:3568584300b8

(libfetish_a_SOURCES): Add fnmatch_.h in place of fnmatch.h. (EXTRA_DIST): Add fnmatch_loop.c.
author Jim Meyering <jim@meyering.net>
date Sat, 22 Jun 2002 08:47:57 +0000
parents 40b280933236
children 0d29ee3b00d3
files lib/Makefile.am
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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' \