diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-23 15:30:23 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | 17000133f81c731aa28f493b5623294b0685bb0c (patch) | |
tree | 404587820bedc57cb5a6c3772825e8754a3b5b1f | |
parent | dd91f0be888b05191c43cf435674a3c115710e47 (diff) | |
download | samba-17000133f81c731aa28f493b5623294b0685bb0c.tar.gz samba-17000133f81c731aa28f493b5623294b0685bb0c.tar.bz2 samba-17000133f81c731aa28f493b5623294b0685bb0c.zip |
s3-waf: Link swat only against needed subsystems.
-rwxr-xr-x | source3/wscript_build | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 4a10fb8ca3..dd578fabc9 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1261,10 +1261,20 @@ bld.SAMBA3_BINARY('winbindd/winbindd', bld.SAMBA3_BINARY('web/swat', source=SWAT_SRC, - deps='''talloc tevent cap samba3core libsmb wbclient param - smbd_shim pdb popt_samba3 KRBCLIENT cups - ndr-standard msrpc3 LOCKING PLAINTEXT_AUTH PRINTBASE PRINTING FNAME_UTIL - LIBCLI_SAMR INIT_LSA PASSCHANGE''', + deps=''' + talloc + tevent + samba3core + libsmb + param + pdb + popt_samba3 + LOCKING + PLAINTEXT_AUTH + PASSCHANGE + PRINTBASE + PRINTING + cups''', enabled=bld.env.build_swat, install_path='${SBINDIR}', vars=locals()) |