1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r15313: Fix some dependencies in dso mode

This commit is contained in:
Jelmer Vernooij
2006-04-29 02:45:34 +00:00
committed by Gerald (Jerry) Carter
parent 8f5e507ce3
commit f0afe9e2ff
11 changed files with 20 additions and 15 deletions

View File

@@ -117,6 +117,8 @@ sub import_integrated($$)
my ($lib, $depend) = @_;
foreach my $mod (values %$depend) {
next if(not defined($mod->{OUTPUT_TYPE}));
next if($mod->{OUTPUT_TYPE} ne "INTEGRATED");
next if(not defined($mod->{SUBSYSTEM}));
next if($mod->{SUBSYSTEM} ne $lib->{NAME});
next if($mod->{ENABLE} ne "YES");