From: Jiří Škrábal Date: Fri, 15 Oct 2004 11:30:19 +0000 (+0000) Subject: - linking test_xml fixed X-Git-Tag: glite-lb-common_R_0_2_0~47 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cd2645286c047ed0b8efc806e86b5fe2d3f8ed24;p=jra1mw.git - linking test_xml fixed --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index d46665b..52ae029 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -132,7 +132,7 @@ test.xml: test_xml test_xml: test_xml.cpp ${CXX} -c ${CFLAGS} ${TEST_INC} $< - ${LINKXX} -o $@ test_xml.o lb_xml_parse.o ${COMMON_LIB} ${TEST_LIBS} + ${LINKXX} -o $@ test_xml.o lb_xml_parse.o ${COMMON_LIB} ${TEST_LIBS} ${EXT_LIBS} test.query: test_query_events ./test_query_events