From: František Dvořák Date: Thu, 19 Jun 2008 08:33:54 +0000 (+0000) Subject: Forgotten define - enable storing only of the whole event ULM in DB. X-Git-Tag: merge_313_5_dst~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fd2e54b495fb376b38638850b326c8fce947fcc5;p=jra1mw.git Forgotten define - enable storing only of the whole event ULM in DB. --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index cc41c7e..1c2c81b 100644 --- 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