From: Jim Meyering Date: Sun, 26 Oct 1997 03:58:27 +0000 (+0000) Subject: (EXTRA_DIST): Add malloc.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990fd9be4e818cde2443f5e4174172741049df8c;p=pspp (EXTRA_DIST): Add malloc.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 8a240d399b..55a33607d3 100644 --- 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