diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 01:34:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:27 -0500 |
commit | 47bf79eac5c5c23394778b7e20a5263be71a9c66 (patch) | |
tree | ba4b91d80f32f0c41d066b6737263d2229079098 /source4/build/smb_build | |
parent | 2a13a7f09fdf273a913b649b2e47962be0fc8138 (diff) | |
download | samba-47bf79eac5c5c23394778b7e20a5263be71a9c66.tar.gz samba-47bf79eac5c5c23394778b7e20a5263be71a9c66.tar.bz2 samba-47bf79eac5c5c23394778b7e20a5263be71a9c66.zip |
r15370: Fix more dependencies for shared libs
(This used to be commit 9a518661fbb76bf1c153afc6f581e888186dc165)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/input.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index 0bef89bb5e..16306955a9 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/build/smb_build/input.pm @@ -71,6 +71,7 @@ sub check_module($$$) if ($mod->{OUTPUT_TYPE} eq "SHARED_LIBRARY") { $mod->{INSTALLDIR} = "MODULESDIR/$mod->{SUBSYSTEM}"; + push (@{$mod->{PRIVATE_DEPENDENCIES}}, $mod->{SUBSYSTEM}); } else { push (@{$INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTIONS}}, $mod->{INIT_FUNCTION}) if defined($mod->{INIT_FUNCTION}); } |