(SOURCES): Add memcmp.c, memcpy.c, and memset.c.
[gnulib.git] / lib / Makefile.in
index 5134a17..072a540 100644 (file)
@@ -23,7 +23,7 @@ VPATH = @srcdir@
 CC = @CC@
 AR = ar
 RANLIB = @RANLIB@
-DEFS = -Dlint @DEFS@
+DEFS = @DEFS@
 CFLAGS = @CFLAGS@
 YACC = @YACC@
 
@@ -37,7 +37,8 @@ getversion.c group-member.c idcache.c isdir.c makepath.c \
 modechange.c mountlist.c obstack.c safe-read.c savedir.c \
 stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \
 fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c rmdir.c stpcpy.c \
-strdup.c strstr.c strtol.c alloca.c long-options.c
+strdup.c strstr.c strtol.c alloca.c long-options.c \
+memcmp.c memcpy.c memset.c
 
 OBJECTS = getdate.o posixtm.o \
 argmatch.o backupfile.o basename.o dirname.o \
@@ -49,7 +50,7 @@ stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \
 
 DISTFILES = Makefile.in backupfile.h getopt.h long-options.h modechange.h \
 fnmatch.h fsusage.h group-member.h makepath.h mountlist.h obstack.h pathmax.h \
-safe-xstat.cin safe-xstat.hin getdate.c posixtm.c $(SOURCES)
+safe-xstat.cin safe-xstat.hin getdate.c posixtm.c error.h $(SOURCES)
 
 all: libfu.a