From: Theodore Ts'o Date: Sat, 11 Jul 2009 21:41:07 +0000 (-0400) Subject: Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list X-Git-Tag: v1.41.8~1 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=cf268fd4849693e13b993bab53c85b6422d0aee4;p=tools%2Fe2fsprogs.git Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list 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" --- diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index 67ff634..67d8c02 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -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 \