From: Jim Meyering Date: Mon, 27 Aug 2001 08:52:40 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add strtoxmax.c X-Git-Tag: TEXTUTILS-2_0_15~276 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=301cc00d3b765a94694daa0b8a10cdb39af50667;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add strtoxmax.c --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 1eb576c23d..37c34f69e9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -72,6 +72,7 @@ libfetish_a_SOURCES = \ sha.c sha.h \ stdio-safer.h \ stripslash.c \ + strtoxmax.c \ strverscmp.h \ unicodeio.c unicodeio.h \ unistd-safer.h \ @@ -87,6 +88,7 @@ libfetish_a_SOURCES = \ xstrtoul.c \ xstrtoimax.c \ xstrtoumax.c \ + xstrtoxmax.c \ yesno.c libfetish_a_LIBADD = @LIBOBJS@ @ALLOCA@