(EXTRA_DIST): Add fnmatch_loop.c.

(noinst_HEADERS): fnmatch_.h renamed from fnmatch.hin.
regex_.h renamed from regex.hin.
Add file-type.h.
(libdiffutils_a_SOURCES): Add file-type.c.
(DISTCLEANFILES): Remove fnmatch.hno, regex.hno.
This commit is contained in:
Paul Eggert 2002-06-11 05:53:54 +00:00
parent 9e4cdf9d2c
commit bb9cc01d98

View File

@ -19,24 +19,25 @@
noinst_LIBRARIES = libdiffutils.a
EXTRA_DIST = alloca.c fnmatch.c inttostr.c malloc.c memchr.c mkstemp.c \
EXTRA_DIST = alloca.c fnmatch.c fnmatch_loop.c \
inttostr.c malloc.c memchr.c mkstemp.c \
realloc.c regex.c strcasecmp.c strtoimax.c strtol.c tempname.c waitpid.c \
xstrtol.c
SUBDIRS = posix
noinst_HEADERS = \
c-stack.h cmpbuf.h dirname.h error.h exclude.h exitfail.h \
fnmatch.hin freesoft.h getopt.h \
file-type.h fnmatch_.h freesoft.h getopt.h \
gettext.h hard-locale.h inttostr.h prepargs.h posixver.h quotesys.h \
regex.hin setmode.h unlocked-io.h xalloc.h xstrtol.h
regex_.h setmode.h unlocked-io.h xalloc.h xstrtol.h
libdiffutils_a_SOURCES = \
basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \
freesoft.c getopt.c getopt1.c \
file-type.c freesoft.c getopt.c getopt1.c \
hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
libdiffutils_a_LIBADD = @ALLOCA@ @LIBOBJS@
libdiffutils_a_DEPENDENCIES = $(libdiffutils_a_LIBADD)
DISTCLEANFILES = fnmatch.h fnmatch.hno regex.h regex.hno
DISTCLEANFILES = fnmatch.h regex.h