summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-01 17:57:04 +0000
committerJim Meyering <jim@meyering.net>1996-10-01 17:57:04 +0000
commit21454c8399706ffd284e22f27e48a62c0e07e8e5 (patch)
tree512dbcbceee2033318dc89899fa335db4fcf3964
parent0b6856f5bd84404dca8658e34435197f5fc5faac (diff)
downloadgnulib-21454c8399706ffd284e22f27e48a62c0e07e8e5.tar.gz
(fu_SOURCES): Remove getline.c
(EXTRA_DIST): Add getline.c
-rw-r--r--lib/Makefile.am4
1 files 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 \