From 21454c8399706ffd284e22f27e48a62c0e07e8e5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 1 Oct 1996 17:57:04 +0000 Subject: [PATCH] (fu_SOURCES): Remove getline.c (EXTRA_DIST): Add getline.c --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 843b9d315e..1673f9246c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,7 +2,7 @@ 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 \ +ftruncate.c getdate.y getline.c 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 @@ -10,7 +10,7 @@ stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c INCLUDES = -I.. -I$(srcdir) INCLUDES = -I.. -I$(srcdir) -I../intl -fu_SOURCES = getdate.c getline.c getopt.c getopt1.c posixtm.c \ +fu_SOURCES = getdate.c getopt.c getopt1.c posixtm.c \ argmatch.c backupfile.c \ dirname.c fileblocks.c filemode.c \ full-write.c getversion.c idcache.c \ -- 2.30.2