summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-12 13:39:39 +0100
committerAndreas Schneider <asn@samba.org>2012-01-12 15:55:46 +0100
commitad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee (patch)
tree848041656bf1ec15ed697e7c24020fbd9b22fad2 /source3/wscript_build
parent9bafbf99947d24c8e9fad7e8927cfbe4060d6079 (diff)
downloadsamba-ad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee.tar.gz
samba-ad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee.tar.bz2
samba-ad6d8a526e6bbcec1a9db25faf3f8849cd9e9dee.zip
s3-waf: link SECRETS3 only against samba3util.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
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',