From a176dbcc94af101c547ba84a0112b6d44f4faac6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 5 Apr 2011 10:52:15 +0000 Subject: [PATCH] Build in the location of sources to make ETICS mock build working (support is already there). --- org.glite.lb/configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 43aa145..5a0b8b6 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -871,10 +871,7 @@ for my $ext (keys %deps_aux) { ); my @k = keys %deps_aux; -@buildroot{@k} = ('build') x ($#k+1); - -my @t = qw/lb.client-java jobid.api-java lb.types/; -@buildroot{@t} = ('') x ($#t+1); +@buildroot{@k} = ('') x ($#k+1); $buildroot{'gridsite.core'} = 'src'; } -- 1.8.2.3