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

tristan.ye tristan.ye at oracle.com
Thu Oct 30 19:38:39 PDT 2008


Signed-off-by: Tristan Ye <tristan.ye at oracle.com>

On Thu, 2008-10-30 at 12:32 -0700, Marcos Matsunaga wrote:
> 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))




More information about the Ocfs2-test-devel mailing list