summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-12 06:29:59 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-12 06:29:59 +0000
commitc98f2fb04a7d0faf0c8f12b9365ba6f658b387e6 (patch)
treebf12f700f97a041d5d9a606ea6f4d3f6ac2e740d /lib
parentc5211912ed2e9c91282c50552dcac73139ca0607 (diff)
downloadcoreutils-c98f2fb04a7d0faf0c8f12b9365ba6f658b387e6.tar.xz
(libfetish_a_SOURCES): Add c-strtold.c.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
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 \