. FILEUTILS-3_13g
authorJim Meyering <jim@meyering.net>
Wed, 2 Oct 1996 02:57:29 +0000 (02:57 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Oct 1996 02:57:29 +0000 (02:57 +0000)
lib/Makefile.in

index 77f87a4..bb680f8 100644 (file)
@@ -41,7 +41,7 @@ transform = @program_transform_name@
 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
@@ -49,7 +49,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 \
@@ -77,7 +77,7 @@ CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 fu_DEPENDENCIES =  @LIBOBJS@ @ALLOCA@
-fu_OBJECTS = getdate.o getline.o getopt.o getopt1.o posixtm.o argmatch.o \
+fu_OBJECTS = getdate.o getopt.o getopt1.o posixtm.o argmatch.o \
 backupfile.o dirname.o fileblocks.o filemode.o full-write.o \
 getversion.o idcache.o isdir.o long-options.o makepath.o modechange.o \
 path-concat.o safe-read.o save-cwd.o savedir.o stripslash.o userspec.o \