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:
4a23bc2
)
Forgotten define - enable storing only of the whole event ULM in DB.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 19 Jun 2008 08:33:54 +0000
(08:33 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 19 Jun 2008 08:33:54 +0000
(08:33 +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
cc41c7e
..
1c2c81b
100644
(file)
--- a/
org.glite.lb.server/Makefile
+++ b/
org.glite.lb.server/Makefile
@@
-76,7
+76,7
@@
CFLAGS:= \
-I${voms_prefix}/include \
${COVERAGE_FLAGS} \
$(GRIDSITE_CFLAGS) \
- -D_GNU_SOURCE ${LB_STANDALONE_FLAGS} ${LB_PERF_FLAGS} \
+ -D_GNU_SOURCE ${LB_STANDALONE_FLAGS} ${LB_PERF_FLAGS}
-DLB_EVENTS_BLOB
\
-I${globus_prefix}/include/${nothrflavour} #gridsite needs this
ifdef LB_PROF
@@
-99,10
+99,6
@@
ifdef LBS_DB_PROFILE
CFLAGS:=${CFLAGS} -DLBS_DB_PROFILE
endif
-ifdef LB_EVENTS_BLOB
- CFLAGS:=${CFLAGS} -DLB_EVENTS_BLOB
-endif
-
TEST_LIBS:=-L${cppunit_prefix}/lib -lcppunit
TEST_INC:=-I${cppunit_prefix}/include