From 75ea63a2d7ffde984977953d5d604e7ce73386f0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 3 Dec 2001 13:12:06 +0000 Subject: [PATCH] (EXTRA_DIST): Add xstrtol.c. (noinst_HEADERS): Add xstrtol.h. (libdiffutils_a_SOURCES): Add xstrtoumax.c. --- lib/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 753d02a..7bc1fcf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,18 +22,19 @@ AUTOMAKE_OPTIONS = gnits noinst_LIBRARIES = libdiffutils.a EXTRA_DIST = alloca.c fnmatch.c inttostr.c malloc.c memchr.c mkstemp.c \ - realloc.c regex.c strcasecmp.c strtoimax.c strtol.c tempname.c waitpid.c + realloc.c regex.c strcasecmp.c strtoimax.c strtol.c tempname.c waitpid.c \ + xstrtol.c SUBDIRS = posix noinst_HEADERS = \ cmpbuf.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 + regex.hin unlocked-io.h xalloc.h xstrtol.h libdiffutils_a_SOURCES = \ 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 + strftime.c umaxtostr.c xmalloc.c xstrtoumax.c INCLUDES = -I../intl