From 27cdfa27fdd803212e2cb88148fb578c9312a85f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Sep 1997 03:59:24 +0000 Subject: [PATCH] . --- lib/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index ca53638859..d7bb10b5ae 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -90,7 +90,8 @@ l = @l@ noinst_LIBRARIES = libfu.a -EXTRA_DIST = chown.c getgroups.c getline.c lstat.c mktime.c stat.c strftime.c +EXTRA_DIST = chown.c getgroups.c getline.c lstat.c mktime.c \ + realloc.c stat.c strftime.c INCLUDES = -I.. -I$(srcdir) -I../intl -- 2.30.2