diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-26 10:41:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-26 10:41:52 +0000 |
commit | 4a7159dc6cc15ddef5180c5dbd29045ef804e131 (patch) | |
tree | 134194b27235f8aba812af797914f981cadb288d /lib | |
parent | 7fe7b5d7e24fa3342323018c9cb630126263929a (diff) | |
download | coreutils-4a7159dc6cc15ddef5180c5dbd29045ef804e131.tar.xz |
(libfetish_a_SOURCES): Add xstrtoimax.c.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3e1cc2bde..1eb576c23 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -85,6 +85,7 @@ libfetish_a_SOURCES = \ xstrtod.c xstrtod.h \ xstrtol.c xstrtol.h \ xstrtoul.c \ + xstrtoimax.c \ xstrtoumax.c \ yesno.c |