summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-06-11 05:53:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-06-11 05:53:54 +0000
commitbb9cc01d988adfbf8928d040fbd29d6b953fe158 (patch)
tree0422d178643037b89c199b63ebe00bc2a948896d /lib
parent9e4cdf9d2ceac4e2599c50523c14f544e0015a6d (diff)
downloaddiffutils-bb9cc01d988adfbf8928d040fbd29d6b953fe158.tar.gz
(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.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index dd3ae13..3491500 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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