summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-21 22:41:26 +0000
committerJim Meyering <jim@meyering.net>1996-07-21 22:41:26 +0000
commit16efa02b7724c19a0e4a74120c38c690501ae6fd (patch)
tree0caaf412a2b8fe6ca555fae5b398dd62e6440c50 /lib
parent7f26c2724ae34378719fda074870640726e352af (diff)
downloadcoreutils-16efa02b7724c19a0e4a74120c38c690501ae6fd.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index a1906d706..8ed426cca 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -40,18 +40,18 @@ transform = @program_transform_name@
noinst_LIBRARIES = fu
-EXTRA_DIST = alloca.c basename.c euidaccess.c fnmatch.c fsusage.c \
+EXTRA_DIST = alloca.c basename.c error.c euidaccess.c fnmatch.c fsusage.c \
ftruncate.c getdate.y getopt.c getopt1.c group-member.c \
memcmp.c memcpy.c memset.c \
-mkdir.c mktime.c mountlist.c posixtm.y rename.c rmdir.c \
+mkdir.c mktime.c mountlist.c obstack.c posixtm.y rename.c rmdir.c rpmatch.c \
stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c
INCLUDES = -I.. -I$(srcdir)
fu_SOURCES = getdate.c getline.c posixtm.c argmatch.c backupfile.c \
-dirname.c error.c fileblocks.c filemode.c \
+dirname.c fileblocks.c filemode.c \
full-write.c getversion.c idcache.c \
-isdir.c long-options.c makepath.c modechange.c obstack.c \
+isdir.c long-options.c makepath.c modechange.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
@@ -81,10 +81,10 @@ LIBS = @LIBS@
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
fu_OBJECTS = getdate.o getline.o posixtm.o argmatch.o backupfile.o \
-dirname.o error.o fileblocks.o filemode.o full-write.o getversion.o \
-idcache.o isdir.o long-options.o makepath.o modechange.o obstack.o \
-safe-read.o save-cwd.o savedir.o stripslash.o userspec.o xgetcwd.o \
-xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o
+dirname.o fileblocks.o filemode.o full-write.o getversion.o idcache.o \
+isdir.o long-options.o makepath.o modechange.o safe-read.o save-cwd.o \
+savedir.o stripslash.o userspec.o xgetcwd.o xmalloc.o xstrdup.o \
+xstrtol.o xstrtoul.o yesno.o
EXTRA_fu_SOURCES =
LIBFILES = libfu.a
AR = ar