From 3f10353ee8379b6b365d5c29e412e1a5ab258e1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 22 Feb 2010 07:28:36 +0000 Subject: [PATCH] Dependency on jobid.api-cpp only build time. --- org.glite.lb/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index b3a5b00..9fa912b 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -345,7 +345,7 @@ for my $jar (keys %need_jars) { 'lb.client' => [ qw/ lb.types:B lb.common lbjp-common.trio - jobid.api-cpp jobid.api-c + jobid.api-cpp:B jobid.api-c security.gss / ], 'lb.client-java' => [ qw/ @@ -353,7 +353,7 @@ for my $jar (keys %need_jars) { jobid.api-java / ], 'lb.common' => [ qw/ - jobid.api-cpp jobid.api-c + jobid.api-cpp:B jobid.api-c lb.types:B lbjp-common.trio security.gss / ], 'lb.doc' => [ qw/lb.types:B/ ], -- 1.8.2.3