From 0d540bda59360a60e76d0c6f3e17869356f31a5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Wed, 19 Apr 2006 17:09:21 +0000 Subject: [PATCH] LB_STANDALONE --- org.glite.lb.client/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 168f843..a4f2d47 100644 --- 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} -- 1.8.2.3