From: Jim Meyering Date: Wed, 23 Jul 2003 06:00:50 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add xstrndup.c and xstrndup.h. X-Git-Tag: v5.0.90~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c61676f7debebfaf0e7cb5358ad54bcee2d87b3;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add xstrndup.c and xstrndup.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index afb78100de..f883e1d3d8 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 \