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 [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
