From ab85898951ea19263b1fd5563f4e39eabe4e8ff4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Jul 1996 17:25:10 +0000 Subject: [PATCH] (EXTRA_DIST): Add rpmatch.c. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 3b270e04ea..f645d6c9e6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,7 @@ noinst_LIBRARIES = fu EXTRA_DIST = alloca.c basename.c error.c euidaccess.c fnmatch.c fsusage.c \ ftruncate.c getdate.y getopt.c getopt1.c group-member.c \ memcmp.c memcpy.c memset.c \ -mkdir.c mktime.c mountlist.c obstack.c posixtm.y rename.c rmdir.c \ +mkdir.c mktime.c mountlist.c obstack.c posixtm.y rename.c rmdir.c rpmatch.c \ stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c INCLUDES = -I.. -I$(srcdir) -- 2.30.2