From 0ef0b74972c5a72177b8a19d9af3ecb44a907f5f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 26 Oct 1997 03:58:27 +0000 Subject: (EXTRA_DIST): Add malloc.c. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 8a240d399..55a33607d 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 -- cgit v1.2.3-54-g00ecf