summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-08 17:55:02 +0000
committerJim Meyering <jim@meyering.net>2003-10-08 17:55:02 +0000
commit32533b8cfa385d318388df1b25651a98ffac3ac6 (patch)
tree5085a798884d8b20b4282745beea8b49e28e23da /lib
parent0b693b7d02857dc53611bc771436ba82fee7dd30 (diff)
downloadcoreutils-32533b8cfa385d318388df1b25651a98ffac3ac6.tar.xz
(libfetish_a_SOURCES): Add xstrtoimax.c.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3895378c4..3d5477e76 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -125,6 +125,7 @@ libfetish_a_SOURCES = \
xstrdup.c \
xstrndup.c xstrndup.h \
xstrtod.c xstrtod.h \
+ xstrtoimax.c \
xstrtol.c xstrtol.h \
xstrtoul.c \
xstrtoumax.c \