now compiles sucessfully with LB_PERF on
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 8 Jun 2006 07:53:32 +0000 (07:53 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 8 Jun 2006 07:53:32 +0000 (07:53 +0000)
org.glite.lb.server/Makefile

index cb46f41..7c929c3 100644 (file)
@@ -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} \