From eacdc2f6c638352494527e483cbee14639d69860 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 20 Sep 1996 03:47:37 +0000 Subject: [PATCH] (fu_SOURCES): Remove regex.c and rx.c. (EXTRA_DIST): Put them here instead. --- lib/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index eae7662b98..843b9d315e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,9 +2,9 @@ noinst_LIBRARIES = fu EXTRA_DIST = alloca.c basename.c error.c euidaccess.c fnmatch.c fsusage.c \ -ftruncate.c getdate.y group-member.c \ -memcmp.c memcpy.c memset.c \ -mkdir.c mktime.c mountlist.c obstack.c posixtm.y rename.c rmdir.c rpmatch.c \ +ftruncate.c getdate.y group-member.c memcmp.c memcpy.c memset.c \ +mkdir.c mktime.c mountlist.c obstack.c posixtm.y regex.c rx.c \ +rename.c rmdir.c rpmatch.c \ stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c INCLUDES = -I.. -I$(srcdir) @@ -14,7 +14,7 @@ fu_SOURCES = getdate.c getline.c getopt.c getopt1.c posixtm.c \ argmatch.c backupfile.c \ dirname.c fileblocks.c filemode.c \ full-write.c getversion.c idcache.c \ -isdir.c long-options.c makepath.c modechange.c path-concat.c regex.c rx.c \ +isdir.c long-options.c makepath.c modechange.c path-concat.c \ safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \ xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c -- 2.30.2