summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-02 22:22:00 +0000
committerJim Meyering <jim@meyering.net>2004-04-02 22:22:00 +0000
commit601fdc5f754942e0be97ea7d52bbdd4b61849b21 (patch)
treed929bdfdffde321053259b06385dce803e8a6133 /lib/Makefile.am
parentd2377406d68bd6d6767c2d84df6478d486f32e2e (diff)
downloadcoreutils-601fdc5f754942e0be97ea7d52bbdd4b61849b21.tar.xz
whoops. add strdup.h, not xstrdup.h.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f24cfc269..e162c8ff0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -107,6 +107,7 @@ libfetish_a_SOURCES = \
sig2str.h \
stdio-safer.h \
stripslash.c \
+ strdup.h \
strndup.h \
strverscmp.h \
time_r.c time_r.h \
@@ -126,7 +127,7 @@ libfetish_a_SOURCES = \
xmemcoll.c xmemcoll.h \
xnanosleep.c xnanosleep.h \
xreadlink.c xreadlink.h \
- xstrdup.c xstrdup.h \
+ xstrdup.c \
xstrndup.c xstrndup.h \
xstrtod.c xstrtod.h \
xstrtoimax.c \