From 8eb5c92e12e00eddbfc35d27e5efee0ba8a417d5 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Mon, 21 May 2001 01:10:16 +0000 Subject: [PATCH] * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 4e3d09e0..2145c608 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -53,7 +53,8 @@ EXTRA_DIST = \ alloca.c \ getline.c \ getline.h \ - xstat.in + xstat.in \ + strcasecmp.c BUILT_SOURCES = lstat.c stat.c DISTCLEANFILES = lstat.c stat.c