Signed-off-by: Angus Salkeld <[email protected]> --- cts/agents/Makefile.am | 2 +- test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cts/agents/Makefile.am b/cts/agents/Makefile.am index 4d4c862..8a3278a 100644 --- a/cts/agents/Makefile.am +++ b/cts/agents/Makefile.am @@ -66,7 +66,7 @@ confdb_test_agent_LDADD = -lconfdb -lcoroipcc ../../exec/coropoll.o confdb_test_agent_LDFLAGS = -L../../lib sam_test_agent_SOURCES = sam_test_agent.c common_test_agent.c -sam_test_agent_LDADD = -lsam ../../exec/coropoll.o +sam_test_agent_LDADD = -lsam -lquorum -lcoroipcc ../../exec/coropoll.o sam_test_agent_LDFLAGS = -L../../lib votequorum_test_agent_SOURCES = votequorum_test_agent.c common_test_agent.c diff --git a/test/Makefile.am b/test/Makefile.am index 946a37c..4f32dd9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -85,7 +85,7 @@ logsys_t1_LDADD = -llogsys logsys_t1_LDFLAGS = -L../exec logsys_t2_LDADD = -llogsys logsys_t2_LDFLAGS = -L../exec -testsam_LDADD = -lsam -lconfdb +testsam_LDADD = -lsam -lconfdb -lquorum -lcoroipcc testsam_LDFLAGS = -L../lib LINT_FILES1:=$(filter-out sa_error.c, $(wildcard *.c)) -- 1.6.6.1 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
