[Openais] openais trunk - modify makefile.am to build read and write checkpoint test cases

Ryan O'Hara rohara at redhat.com
Mon Mar 29 15:11:59 PDT 2010


Ack.

On Thu, Mar 25, 2010 at 11:51:23AM -0700, Steven Dake wrote:
> Ryan,
> 
> See subject
> 
> Regards
> -steve

> Index: test/Makefile.am
> ===================================================================
> --- test/Makefile.am	(revision 2124)
> +++ test/Makefile.am	(working copy)
> @@ -22,7 +22,7 @@
>  AM_CFLAGS		= $(coroipcc_CFLAGS) $(corosync_CFLAGS)
>  coro_LIBS		= $(coroipcc_LIBS)
>  
> -noinst_PROGRAMS		= testckpt testevt testmsg testmsg2 testmsg3 testlck testlck2  testclm testtmr ckptbench
> +noinst_PROGRAMS		= testckpt testevt testmsg testmsg2 testmsg3 testlck testlck2  testclm testtmr ckptbench ckpt-rd ckpt-wr
>  
>  noinst_HEADERS          = sa_error.h
>  
> @@ -30,6 +30,14 @@
>  testckpt_LDADD		= -lSaCkpt
>  testckpt_LDFLAGS	= -L../lib $(coro_LIBS)
>  
> +ckpt_rd_SOURCES		= ckpt-rd.c sa_error.c
> +ckpt_rd_LDADD		= -lSaCkpt
> +ckpt_rd_LDFLAGS		= -L../lib $(coro_LIBS)
> +
> +ckpt_wr_SOURCES		= ckpt-wr.c sa_error.c
> +ckpt_wr_LDADD		= -lSaCkpt
> +ckpt_wr_LDFLAGS		= -L../lib $(coro_LIBS)
> +
>  testevt_SOURCES		= testevt.c sa_error.c
>  testevt_LDADD		= -lSaEvt
>  testevt_LDFLAGS		= -L../lib $(coro_LIBS)

> _______________________________________________
> Openais mailing list
> Openais at lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/openais


More information about the Openais mailing list