(noinst_HEADERS): Add dirname.h, setmode.h.

(libdiffutils_a_SOURCES): Add basename.c, setmode.c.
This commit is contained in:
Paul Eggert 2001-12-11 08:09:04 +00:00
parent 380d97d7b9
commit 412c4f3436

View File

@ -27,14 +27,15 @@ EXTRA_DIST = alloca.c fnmatch.c inttostr.c malloc.c memchr.c mkstemp.c \
SUBDIRS = posix
noinst_HEADERS = \
cmpbuf.h error.h exclude.h fnmatch.hin freesoft.h getopt.h \
cmpbuf.h dirname.h error.h exclude.h fnmatch.hin freesoft.h getopt.h \
hard-locale.h inttostr.h prepargs.h quotesys.h \
regex.hin unlocked-io.h xalloc.h xstrtol.h
regex.hin setmode.h unlocked-io.h xalloc.h xstrtol.h
libdiffutils_a_SOURCES = \
cmpbuf.c error.c exclude.c freesoft.c getopt.c getopt1.c \
basename.c cmpbuf.c error.c exclude.c \
freesoft.c getopt.c getopt1.c \
hard-locale.c imaxtostr.c offtostr.c prepargs.c quotesys.c \
strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
INCLUDES = -I../intl