From: Miloš Mulač Date: Thu, 8 Jun 2006 07:53:32 +0000 (+0000) Subject: now compiles sucessfully with LB_PERF on X-Git-Tag: gridsite-core_R_1_3_1~13 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=26d7c3300752e9f845d7e75106f4037ae01eb31c;p=jra1mw.git now compiles sucessfully with LB_PERF on --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index cb46f41..7c929c3 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -270,7 +270,7 @@ test_xml: test_xml.cpp test.query: test_query_events ./test_query_events -query_events_objs:=`echo ${BKSERVER_BASE_OBJS} |sed 's/lbs_db\.o//;s/bkserverd\.o//' |sed 's/lbs_db_supp\.o//;s/bkserverd\.o//'` +query_events_objs:=`echo ${BKSERVER_BASE_OBJS} |sed 's/lbs_db\.o//;s/lbs_db_supp\.o//;s/bkserverd\.o//;s/db_store\.o//;s/stored_master\.o//;s/request\.o//'` test_query_events: test_query_events.o ${LINKXX} -o $@ test_query_events.o ${query_events_objs} \