From ddbf490eb496e6528a7626106990c588dd7557fd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Sep 1997 03:19:52 +0000 Subject: (EXTRA_DIST): Add realloc.c. --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 00f448be2..ec2d10188 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 -- cgit v1.2.3-54-g00ecf