Whamcloud - gitweb
Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list
authorTheodore Ts'o <tytso@mit.edu>
Sat, 11 Jul 2009 21:41:07 +0000 (17:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Jul 2009 21:41:07 +0000 (17:41 -0400)
The tst_csum test is now part of csum.c, so there isn't a separate
tst_csum.c file that should be listed as one of the source files in
lib/ext2fs.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/Makefile.in

index 67ff634..67d8c02 100644 (file)
@@ -138,7 +138,6 @@ SRCS= ext2_err.c \
        $(srcdir)/tst_badblocks.c \
        $(srcdir)/tst_bitops.c \
        $(srcdir)/tst_byteswap.c \
-       $(srcdir)/tst_csum.c \
        $(srcdir)/tst_getsize.c \
        $(srcdir)/tst_iscan.c \
        $(srcdir)/undo_io.c \