From d8a2e4b722d24054abc5253076a397582ec8accc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Sep 1997 04:58:17 +0000 Subject: [PATCH] (EXTRA_DIST): Remove mvdir.c and rmdir.c. Add lstat.c and stat.c. --- lib/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index f2e77553af..00f448be26 100644 --- 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 -- 2.30.2