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:
41bd77c
)
LB_STANDALONE
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Wed, 19 Apr 2006 17:09:21 +0000
(17:09 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Wed, 19 Apr 2006 17:09:21 +0000
(17:09 +0000)
org.glite.lb.client/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/Makefile
b/org.glite.lb.client/Makefile
index
168f843
..
a4f2d47
100644
(file)
--- a/
org.glite.lb.client/Makefile
+++ b/
org.glite.lb.client/Makefile
@@
-67,6
+67,10
@@
DEBUG:=-g -O0 -Wall
GLOBUSINC:= -I${globus_prefix}/include/${nothrflavour}
GLOBUSTHRINC:= -I${globus_prefix}/include/${thrflavour}
+ifeq (${LB_STANDALONE},yes)
+ LB_STANDALONE_FLAGS:=-DLB_STANDALONE
+endif
+
CFLAGS:=${DEBUG} \
-I${top_srcdir}/src -I${top_srcdir}/interface \
-I${stagedir}/include \
@@
-74,8
+78,7
@@
CFLAGS:=${DEBUG} \
-I${expat_prefix}/include \
-I${mysql_prefix}/include -I${mysql_prefix}/include/mysql \
${COVERAGE_FLAGS} \
- -D_GNU_SOURCE
-
+ -D_GNU_SOURCE ${LB_STANDALONE_FLAGS}
CXXFLAGS:=${CFLAGS}