diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-02 22:22:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-02 22:22:00 +0000 |
commit | 601fdc5f754942e0be97ea7d52bbdd4b61849b21 (patch) | |
tree | d929bdfdffde321053259b06385dce803e8a6133 | |
parent | d2377406d68bd6d6767c2d84df6478d486f32e2e (diff) | |
download | coreutils-601fdc5f754942e0be97ea7d52bbdd4b61849b21.tar.xz |
whoops. add strdup.h, not xstrdup.h.
-rw-r--r-- | lib/Makefile.am | 3 |
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 \ |