diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-01 17:57:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-01 17:57:04 +0000 |
commit | 2a91869144ea30beb72a877d816c22cdaf017241 (patch) | |
tree | 4f0073a1d874b2be5669bfd2df784dc5674a9009 | |
parent | 41bf50ecb32e9413cbd53f65eab6375c28834235 (diff) | |
download | coreutils-2a91869144ea30beb72a877d816c22cdaf017241.tar.xz |
(fu_SOURCES): Remove getline.c
(EXTRA_DIST): Add getline.c
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 843b9d315..1673f9246 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 \ |