git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a8489
)
now compiles sucessfully with LB_PERF on
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 8 Jun 2006 07:53:32 +0000
(07:53 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 8 Jun 2006 07:53:32 +0000
(07:53 +0000)
org.glite.lb.server/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/Makefile
b/org.glite.lb.server/Makefile
index
cb46f41
..
7c929c3
100644
(file)
--- 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} \