YAIM module added. New dependency for harester.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 18 Mar 2010 19:41:35 +0000 (19:41 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 18 Mar 2010 19:41:35 +0000 (19:41 +0000)
org.glite.lb/configure

index ddc4ab0..352f4c2 100755 (executable)
@@ -89,7 +89,7 @@ my %deps_type;
 my %topbuild;
 
 my %lbmodules = (
-       'lb' => [ qw/client client-java common doc logger server state-machine types utils ws-interface ws-test harvester/], 
+       'lb' => [ qw/client client-java common doc logger server state-machine types utils ws-interface ws-test harvester yaim/], 
        'security' => [qw/gss gsoap-plugin/],
        'lbjp-common' => [qw/db log maildir server-bones trio jp-interface/],
        'jobid' => [qw/api-c api-cpp api-java/],
@@ -328,6 +328,7 @@ BEGIN{
        'lb.ws-test' => [ qw/gsoap:B/ ],
        'lb.types' => [ qw// ],
        'lb.harvester' => [ qw/postgresql:R/ ],
+       'lb.yaim' => [ qw/glite-yaim-core:R/ ],
        'lbjp-common.db' => [ qw/mysql:B mysql-devel:B postgresql:B/ ],
        'lbjp-common.log' => [ qw/log4c/ ],
        'lbjp-common.maildir' => [ qw// ],
@@ -409,8 +410,9 @@ for my $jar (keys %need_jars) {
        'lb.types' => [ qw// ],
        'lb.harvester' => [ qw/
                jobid.api-c lbjp-common.trio lbjp-common.db lb.common lb.client
-               security.gss
+               security.gss lbjp-common.log
        / ],
+       'lb.yaim' => [ qw// ],
        'lbjp-common.db' => [ qw/lbjp-common.trio/ ],
        'lbjp-common.maildir' => [ qw// ],
        'lbjp-common.server-bones' => [ qw/lbjp-common.log/ ],
@@ -483,7 +485,7 @@ sub mkinc
        my %aux;
        undef %aux;
        my @m=qw/
-lb.client lb.doc lb.state-machine lb.ws-interface lb.logger lb.types lb.common lb.server lb.utils lb.ws-test lb.client-java lb.harvester
+lb.client lb.doc lb.state-machine lb.ws-interface lb.logger lb.types lb.common lb.server lb.utils lb.ws-test lb.client-java lb.harvester lb.yaim
 security.gss security.gsoap-plugin
 jobid.api-c jobid.api-cpp jobid.api-java
 lbjp-common.db lbjp-common.log lbjp-common.maildir lbjp-common.server-bones lbjp-common.trio lbjp-common.jp-interface