From e666b61247e2a0f94d91dd138260e549373469a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 15 Oct 2008 18:35:20 +0000 Subject: [PATCH] build on 64bit with classads 1.0 --- org.glite.lb.common/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.8.2.3