From a44befd50b332e152c4beae97fdac417cd214ffa Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 28 Feb 2002 04:28:07 +0000 Subject: [PATCH] (noinst_HEADERS): Add c-stack.h, exitfail.h. (libdiffutils_a_SOURCES): Add c-stack.c, exitfail.c, quotesys.c. (INCLUDES): Remove. --- lib/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 54a8ba9..4942adf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,18 +27,17 @@ EXTRA_DIST = alloca.c fnmatch.c inttostr.c malloc.c memchr.c mkstemp.c \ SUBDIRS = posix noinst_HEADERS = \ - cmpbuf.h dirname.h error.h exclude.h fnmatch.hin freesoft.h getopt.h \ - gettext.h hard-locale.h inttostr.h prepargs.h quotesys.h \ + c-stack.h cmpbuf.h dirname.h error.h exclude.h exitfail.h \ + fnmatch.hin 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 libdiffutils_a_SOURCES = \ - basename.c cmpbuf.c error.c exclude.c \ + basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \ freesoft.c getopt.c getopt1.c \ - hard-locale.c imaxtostr.c offtostr.c prepargs.c quotesys.c \ + hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \ setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c -INCLUDES = -I../intl - libdiffutils_a_LIBADD = @ALLOCA@ @LIBOBJS@ libdiffutils_a_DEPENDENCIES = $(libdiffutils_a_LIBADD)