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:
f061d3a
)
build on 64bit with classads 1.0
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 15 Oct 2008 18:35:20 +0000
(18:35 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 15 Oct 2008 18:35:20 +0000
(18:35 +0000)
org.glite.lb.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/Makefile
b/org.glite.lb.common/Makefile
index
3f3a4e9
..
03df156
100644
(file)
--- a/
org.glite.lb.common/Makefile
+++ b/
org.glite.lb.common/Makefile
@@
-45,6
+45,7
@@
CFLAGS:=${DEBUG} -I${top_srcdir}/src -I${top_srcdir}/interface \
-I${stagedir}/include \
-I${expat_prefix}/include \
-I${classads_prefix}/include \
+ -I${classads_prefix}/include/classad \
${COVERAGE_FLAGS} \
-D_GNU_SOURCE \
-DDATAGRID_EXTENSION ${LB_STANDALONE_FLAGS} \
@@
-62,7
+63,7
@@
ifeq (${host_cpu},x86_64)
endif
ifneq (${classads_prefix},/usr)
- classadslib := -L${classads_prefix}/${archlib} -lclassad
+ classadslib := -L${classads_prefix}/${archlib} -
L${classads_prefix}/lib -
lclassad
endif