changeset 1078:730eb056f2e2

(EXTRA_DIST): Add malloc.c.
author Jim Meyering <jim@meyering.net>
date Sun, 26 Oct 1997 03:58:27 +0000
parents 8747980ab6d1
children 691aa7b034a7
files lib/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,7 @@
 ## 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 \
+EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \
   realloc.c stat.c strftime.c
 
 INCLUDES = -I.. -I$(srcdir) -I../intl