From 48f55ca3a6a17e50552362e773a889376dcc9c00 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Sep 1997 03:19:52 +0000 Subject: [PATCH] (EXTRA_DIST): Add realloc.c. --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 00f448be26..ec2d10188d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to produce Makefile.in 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