summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 06:00:50 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 06:00:50 +0000
commit6c61676f7debebfaf0e7cb5358ad54bcee2d87b3 (patch)
treed61a6ff11929e885a064696ce38ddc5087fed495 /lib/Makefile.am
parent47316ed6dfe7f8c3611a4c09e836a5f5a4e5608a (diff)
downloadcoreutils-6c61676f7debebfaf0e7cb5358ad54bcee2d87b3.tar.xz
(libfetish_a_SOURCES): Add xstrndup.c and xstrndup.h.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index afb78100d..f883e1d3d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -122,6 +122,7 @@ libfetish_a_SOURCES = \
xnanosleep.c xnanosleep.h \
xreadlink.c xreadlink.h \
xstrdup.c \
+ xstrndup.c xstrndup.h \
xstrtod.c xstrtod.h \
xstrtol.c xstrtol.h \
xstrtoul.c \