From: Jan Pospíšil Date: Mon, 8 Mar 2010 14:45:48 +0000 (+0000) Subject: added ws_lb4agu_GetActivityInfo example, set proper DEBUG (to fix strange gdb behavio... X-Git-Tag: glite-lb-harvester_R_1_0_4_1~9 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c06c53b5c8dcc30f2a44eebfe12e8ba47cdab2ad;p=jra1mw.git added ws_lb4agu_GetActivityInfo example, set proper DEBUG (to fix strange gdb behaviour when debuging) --- diff --git a/org.glite.lb.ws-test/Makefile b/org.glite.lb.ws-test/Makefile index bf6bef8..3cccdc1 100644 --- a/org.glite.lb.ws-test/Makefile +++ b/org.glite.lb.ws-test/Makefile @@ -18,13 +18,14 @@ voms_prefix=/opt/voms version=${module.version} -CEXAMPLES:=ws_getversion ws_jobstat ws_joblog ws_lb4agu_GetActivityStatus +CEXAMPLES:=ws_getversion ws_jobstat ws_joblog ws_lb4agu_GetActivityStatus ws_lb4agu_GetActivityInfo #TODO ws_query_ex default all: ${CEXAMPLES} VPATH=${top_srcdir}/examples CC=gcc +DEBUG:=-g -O0 -Wall CFLAGS=-I${gsoap_prefix}/include -I${gsoap_prefix}/ \ -I${stagedir}/include -I${top_srcdir}/src -I. \ -I${globus_prefix}/include/${nothrflavour} \