From: Jim Meyering Date: Fri, 2 Apr 2004 22:22:00 +0000 (+0000) Subject: whoops. add strdup.h, not xstrdup.h. X-Git-Tag: v5.3.0~1886 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601fdc5f754942e0be97ea7d52bbdd4b61849b21;p=thirdparty%2Fcoreutils.git whoops. add strdup.h, not xstrdup.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index f24cfc2697..e162c8ff05 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 \