diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-12 13:39:39 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-01-12 15:55:46 +0100 |
commit | ad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee (patch) | |
tree | 848041656bf1ec15ed697e7c24020fbd9b22fad2 | |
parent | 9bafbf99947d24c8e9fad7e8927cfbe4060d6079 (diff) | |
download | samba-ad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee.tar.gz samba-ad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee.tar.bz2 samba-ad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee.zip |
s3-waf: link SECRETS3 only against samba3util.
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 53b21c695b..4690561630 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -849,7 +849,7 @@ bld.SAMBA3_SUBSYSTEM('CLDAP', bld.SAMBA3_SUBSYSTEM('SECRETS3', source=SECRETS_SRC, - deps='NDR_SECRETS param samba3core pdb', + deps='NDR_SECRETS param samba3util dbwrap pdb', vars=locals()) bld.SAMBA3_LIBRARY('smbldap', |