projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd2ed9
)
(libfetish_a_SOURCES): Add strtoxmax.c
author
Jim Meyering
<jim@meyering.net>
Mon, 27 Aug 2001 08:52:40 +0000
(08:52 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 27 Aug 2001 08:52:40 +0000
(08:52 +0000)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index 1eb576c23d3672c9895c7cf747af6ed91a2398bd..37c34f69e9a79284656e25baa5c8e7267658d985 100644
(file)
--- 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@