Sfoglia il codice sorgente

makefile: add -lquorum -lcoroipcc to sam test programs

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2905 fd59a12c-fef9-0310-b244-a6a79926bd2f
Angus Salkeld 15 anni fa
parent
commit
a5d6c5f151
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      cts/agents/Makefile.am
  2. 1 1
      test/Makefile.am

+ 1 - 1
cts/agents/Makefile.am

@@ -66,7 +66,7 @@ confdb_test_agent_LDADD =  -lconfdb -lcoroipcc ../../exec/coropoll.o
 confdb_test_agent_LDFLAGS =  -L../../lib 
 confdb_test_agent_LDFLAGS =  -L../../lib 
 
 
 sam_test_agent_SOURCES = sam_test_agent.c common_test_agent.c
 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 
 sam_test_agent_LDFLAGS =  -L../../lib 
 
 
 votequorum_test_agent_SOURCES = votequorum_test_agent.c common_test_agent.c
 votequorum_test_agent_SOURCES = votequorum_test_agent.c common_test_agent.c

+ 1 - 1
test/Makefile.am

@@ -85,7 +85,7 @@ logsys_t1_LDADD		= -llogsys
 logsys_t1_LDFLAGS	= -L../exec
 logsys_t1_LDFLAGS	= -L../exec
 logsys_t2_LDADD		= -llogsys
 logsys_t2_LDADD		= -llogsys
 logsys_t2_LDFLAGS	= -L../exec
 logsys_t2_LDFLAGS	= -L../exec
-testsam_LDADD		= -lsam -lconfdb
+testsam_LDADD		= -lsam -lconfdb -lquorum -lcoroipcc
 testsam_LDFLAGS		= -L../lib
 testsam_LDFLAGS		= -L../lib
 
 
 LINT_FILES1:=$(filter-out sa_error.c, $(wildcard *.c))
 LINT_FILES1:=$(filter-out sa_error.c, $(wildcard *.c))