From: Jim Meyering Date: Fri, 2 Apr 2004 22:20:06 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add allocsa.c, allocsa.h and strdup.h. X-Git-Tag: v5.3.0~1887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2377406d68bd6d6767c2d84df6478d486f32e2e;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add allocsa.c, allocsa.h and strdup.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index bf7d22a169..f24cfc2697 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -38,6 +38,7 @@ libfetish_a_SOURCES = \ hash-pjw.c hash-pjw.h \ __fpending.h \ addext.c \ + allocsa.c allocsa.h \ argmatch.c argmatch.h \ backupfile.c backupfile.h \ basename.c \ @@ -125,7 +126,7 @@ libfetish_a_SOURCES = \ xmemcoll.c xmemcoll.h \ xnanosleep.c xnanosleep.h \ xreadlink.c xreadlink.h \ - xstrdup.c \ + xstrdup.c xstrdup.h \ xstrndup.c xstrndup.h \ xstrtod.c xstrtod.h \ xstrtoimax.c \