From: Aleš Křenek Date: Wed, 15 Oct 2008 18:35:20 +0000 (+0000) Subject: build on 64bit with classads 1.0 X-Git-Tag: test_tag~139 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e666b61247e2a0f94d91dd138260e549373469a9;p=jra1mw.git build on 64bit with classads 1.0 --- diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index 3f3a4e9..03df156 100644 --- 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