changeset 1023:9b67400aa25c

(EXTRA_DIST): Add realloc.c.
author Jim Meyering <jim@meyering.net>
date Mon, 15 Sep 1997 03:19:52 +0000
parents 4ca6ffcc15bf
children 239c7fc52675
files lib/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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