diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-12 06:29:59 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-12 06:29:59 +0000 |
commit | c98f2fb04a7d0faf0c8f12b9365ba6f658b387e6 (patch) | |
tree | bf12f700f97a041d5d9a606ea6f4d3f6ac2e740d | |
parent | c5211912ed2e9c91282c50552dcac73139ca0607 (diff) | |
download | coreutils-c98f2fb04a7d0faf0c8f12b9365ba6f658b387e6.tar.xz |
(libfetish_a_SOURCES): Add c-strtold.c.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 55bece577..72c0a5102 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -42,7 +42,7 @@ libfetish_a_SOURCES = \ argmatch.c argmatch.h \ backupfile.c backupfile.h \ basename.c \ - c-strtod.c c-strtod.h \ + c-strtod.c c-strtod.h c-strtold.c \ canon-host.c \ canonicalize.c canonicalize.h \ cloexec.c cloexec.h \ |