summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-26 03:58:27 +0000
committerJim Meyering <jim@meyering.net>1997-10-26 03:58:27 +0000
commit0ef0b74972c5a72177b8a19d9af3ecb44a907f5f (patch)
tree5dbdca1bcd76b754e45b1a072f64e8304ba2c4e6 /lib/Makefile.am
parenta091e5e93ddef159b9626a03f50ff54ee62aefd2 (diff)
downloadcoreutils-0ef0b74972c5a72177b8a19d9af3ecb44a907f5f.tar.xz
(EXTRA_DIST): Add malloc.c.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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