From: František Dvořák Date: Tue, 5 Apr 2011 10:52:15 +0000 (+0000) Subject: Build in the location of sources to make ETICS mock build working (support is already... X-Git-Tag: glite-lb-client_R_5_0_4_3~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a176dbcc94af101c547ba84a0112b6d44f4faac6;p=jra1mw.git Build in the location of sources to make ETICS mock build working (support is already there). --- 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'; }