ACK

Sadly I didn't tried build with removed libraries so build doesn't fail 
(because libsam.so.xxxx depends on needed libraries).

But MOCK seems to be ultra simple to use, so this situation shouldn't 
appear again.

Angus Salkeld napsal(a):
> Signed-off-by: Angus Salkeld <asalk...@redhat.com>
> ---
>  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))

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

Reply via email to