From: Jim Meyering Date: Sat, 19 Oct 2002 12:54:23 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add imaxtostr.c, offtostr.c, umaxtostr.c. X-Git-Tag: v4.5.4~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a967adb2157417a0806053a7a041f3282ce67ca6;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add imaxtostr.c, offtostr.c, umaxtostr.c. (EXTRA_DIST): Add inttostr.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 76a62a27e1..c621387bc3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -53,6 +53,7 @@ libfetish_a_SOURCES = \ human.c human.h \ idcache.c \ isdir.c \ + imaxtostr.c \ lchown.h \ linebuffer.c linebuffer.h \ localcharset.c \ @@ -64,6 +65,7 @@ libfetish_a_SOURCES = \ memcoll.c memcoll.h \ modechange.c modechange.h \ mountlist.h \ + offtostr.c \ path-concat.c path-concat.h \ pathmax.h \ physmem.c physmem.h \ @@ -83,6 +85,7 @@ libfetish_a_SOURCES = \ stripslash.c \ strverscmp.h \ timespec.h \ + umaxtostr.c \ unicodeio.c unicodeio.h \ unistd-safer.h \ userspec.c \ @@ -111,7 +114,7 @@ MAINTAINERCLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = lstat.c stat.c unlocked-io.h EXTRA_DIST = xstat.in config.charset ref-add.sin ref-del.sin gen-uio \ - fnmatch_loop.c + fnmatch_loop.c inttostr.c lstat.c: xstat.in sed \