summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-15 03:19:52 +0000
committerJim Meyering <jim@meyering.net>1997-09-15 03:19:52 +0000
commitddbf490eb496e6528a7626106990c588dd7557fd (patch)
tree7cbdf88b19eb73d077ccceed83dca114d6279400 /lib/Makefile.am
parent8dae34819a4d2661ac1d365814b19dd5ae24f059 (diff)
downloadcoreutils-ddbf490eb496e6528a7626106990c588dd7557fd.tar.xz
(EXTRA_DIST): Add realloc.c.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 00f448be2..ec2d10188 100644
--- 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