From: Aleš Křenek Date: Mon, 27 Sep 2004 11:39:16 +0000 (+0000) Subject: link correctly and run the producer test X-Git-Tag: glite-lb-common_R_0_2_0~201 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ccbc520eaf8e01383c40e445c9370fe7b79f2b33;p=jra1mw.git link correctly and run the producer test --- diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index ab7d686..43c975e 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -142,12 +142,13 @@ default: all compile all: ${LIB} ${THRLIB} ${TOOLS} logevent ${PLUSLIB} ${THRPLUSLIB} -check: check.producer +check: compile check.producer check.producer: producer_test + ./producer_test producer_test: producer_test.o prod_proto_test.o - ${LINKXX} -o $@ ${LIB} ${TEST_LIBS} $+ + ${LINKXX} -o $@ ${LIB} ${TEST_LIBS} $+ ${EXT_LIB} ${GLOBUS_LIBS} producer_test.o: %.o: %.cpp ${CXX} -c ${CXXFLAGS} ${TEST_INC} $<