summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 13:46:22 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:28 +0100
commitff8a1f7384791c3f9698ba09ad02118227a0250c (patch)
tree459aede5eb3709d5ccc9879eeb61af321856fa68 /source3/wscript_build
parenta07b711bc568ee664500d5308cfca68de01c944d (diff)
downloadsamba-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-xsource3/wscript_build9
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())