[Ocfs2-test-devel] [PATCH 10/11] ocfs2-test: Added splice_test.h to SPLICE_READ_SOURCES

Marcos Matsunaga Marcos.Matsunaga at oracle.com
Thu Oct 30 12:32:49 PDT 2008


Signed-off-by: Marcos Matsunaga <Marcos.Matsunaga at oracle.com>
---
 programs/splice/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/splice/Makefile b/programs/splice/Makefile
index dadbdf6..f1ecd1a 100644
--- a/programs/splice/Makefile
+++ b/programs/splice/Makefile
@@ -6,7 +6,7 @@ TESTS = splice_read splice_write
 
 CFLAGS = -O2 -Wall -g
 
-SPLICE_READ_SOURCES = splice_read.c
+SPLICE_READ_SOURCES = splice_read.c splice_test.h
 SPLICE_READ_OBJECTS = $(patsubst %.c,%.o,$(SPLICE_READ_SOURCES))
 SPLICE_WRITE_SOURCES = splice_write.c
 SPLICE_WRITE_OBJECTS = $(patsubst %.c,%.o,$(SPLICE_WRITE_SOURCES))
-- 
1.5.6.3




More information about the Ocfs2-test-devel mailing list