diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 13:46:22 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | ff8a1f7384791c3f9698ba09ad02118227a0250c (patch) | |
tree | 459aede5eb3709d5ccc9879eeb61af321856fa68 /source3/wscript_build | |
parent | a07b711bc568ee664500d5308cfca68de01c944d (diff) | |
download | samba-ff8a1f7384791c3f9698ba09ad02118227a0250c.tar.gz samba-ff8a1f7384791c3f9698ba09ad02118227a0250c.tar.bz2 samba-ff8a1f7384791c3f9698ba09ad02118227a0250c.zip |
s3-waf: Link smbtree only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index e09d12cd4e..58da923cb3 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1420,8 +1420,13 @@ bld.SAMBA3_BINARY('smbcontrol', bld.SAMBA3_BINARY('smbtree', source=SMBTREE_SRC, - deps='''talloc tdb_compat tevent cap wbclient param smbd_shim - libsmb popt_samba3 KRBCLIENT pdb ndr-standard msrpc3 PROFILE + deps=''' + talloc + param + libsmb + msrpc3 + popt_samba3 + PROFILE RPC_NDR_SRVSVC''', vars=locals()) |