From 02962e6af95531e91629c8a2f2a76eb1293b11d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 15 Jan 2009 16:00:35 +0000 Subject: [PATCH] jobid and lbjp-common subsystems --- org.glite.lb/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 07dea82..f3b87b0 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -51,6 +51,8 @@ my %topbuild; my %lbmodules = ( 'lb' => [ qw/client client-java common doc logger server state-machine types utils ws-interface ws-test/], 'security' => [qw/gss gsoap-plugin/], + 'lbjp-common' => [qw/db maildir server-bones trio/], + 'jobid' => [qw/api-c api-cpp api-java/], ); -- 1.8.2.3