summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-27 08:52:40 +0000
committerJim Meyering <jim@meyering.net>2001-08-27 08:52:40 +0000
commit301cc00d3b765a94694daa0b8a10cdb39af50667 (patch)
tree734e6b14fabf8301dbe12d0826bd9647f401bb33 /lib/Makefile.am
parent1bd2ed97b234e5833ae775ed0a8cde6dda9cfa5b (diff)
downloadcoreutils-301cc00d3b765a94694daa0b8a10cdb39af50667.tar.xz
(libfetish_a_SOURCES): Add strtoxmax.c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1eb576c23..37c34f69e 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@