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:
e63671c
)
added ws_lb4agu_GetActivityInfo example, set proper DEBUG (to fix strange gdb behavio...
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Mon, 8 Mar 2010 14:45:48 +0000
(14:45 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Mon, 8 Mar 2010 14:45:48 +0000
(14:45 +0000)
org.glite.lb.ws-test/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.ws-test/Makefile
b/org.glite.lb.ws-test/Makefile
index
bf6bef8
..
3cccdc1
100644
(file)
--- 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} \