From 365edb599f909f545aa2bfcc0fb74ed7621b334d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Oct 1996 04:51:44 +0000 Subject: [PATCH] (EXTRA_DIST): Remove group-member.c. Add (temporary hack to work around bug in automake-1.1f) mvdir.c and rmdir.c. --- lib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index cf201daeb..cb0241f3d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,9 @@ ## Process this file with automake to produce Makefile.in noinst_LIBRARIES = fu -EXTRA_DIST = group-member.c +## FIXME: Remove mvdir.c, and rmdir.c when +## automake is fixed -- probably for 1.1g +EXTRA_DIST = mkdir.c rmdir.c INCLUDES = -I.. -I$(srcdir) -I../intl -- 2.11.0