From: Jim Meyering Date: Tue, 22 Oct 1996 04:51:44 +0000 (+0000) Subject: (EXTRA_DIST): Remove group-member.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365edb599f909f545aa2bfcc0fb74ed7621b334d;p=pspp (EXTRA_DIST): Remove group-member.c. Add (temporary hack to work around bug in automake-1.1f) mvdir.c and rmdir.c. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index cf201daeb4..cb0241f3dc 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