From 33d5609a10c01c2430e8423f58ac95cacb98ca49 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Oct 1996 05:09:28 +0000 Subject: [PATCH] (EXTRA_DIST): Remove. --- lib/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 75b2ffa97c..f2449ebb1f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,10 +1,7 @@ ## Process this file with automake to produce Makefile.in noinst_LIBRARIES = fu -EXTRA_DIST = basename.c euidaccess.c \ -group-member.c memcpy.c memset.c mkdir.c \ -rename.c rmdir.c rpmatch.c \ -stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c +EXTRA_DIST = group-member.c INCLUDES = -I.. -I$(srcdir) INCLUDES = -I.. -I$(srcdir) -I../intl -- 2.30.2