diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-15 03:19:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-15 03:19:52 +0000 |
commit | ddbf490eb496e6528a7626106990c588dd7557fd (patch) | |
tree | 7cbdf88b19eb73d077ccceed83dca114d6279400 /lib | |
parent | 8dae34819a4d2661ac1d365814b19dd5ae24f059 (diff) | |
download | coreutils-ddbf490eb496e6528a7626106990c588dd7557fd.tar.xz |
(EXTRA_DIST): Add realloc.c.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 3 |
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 |