changeset 1016:fb8d3831d84c

(EXTRA_DIST): Remove mvdir.c and rmdir.c. Add lstat.c and stat.c.
author Jim Meyering <jim@meyering.net>
date Tue, 02 Sep 1997 04:58:17 +0000
parents b55ff579c161
children 1a6f99316117
files lib/Makefile.am
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,9 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 noinst_LIBRARIES = libfu.a
 
-## FIXME: Remove mvdir.c, and rmdir.c when
-## automake is fixed -- probably for 1.1g
-EXTRA_DIST = chown.c mkdir.c rmdir.c getline.c mktime.c strftime.c getgroups.c
+EXTRA_DIST = chown.c getgroups.c getline.c lstat.c mktime.c stat.c strftime.c
 
 INCLUDES = -I.. -I$(srcdir) -I../intl