From bb9cc01d988adfbf8928d040fbd29d6b953fe158 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 11 Jun 2002 05:53:54 +0000 Subject: (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. --- lib/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib') 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 -- cgit v1.2.1