diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:03:02 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | ab51d6660e2a6014c0a49081a5e95c3e252cc9ed (patch) | |
tree | 14e2fef0fc62309691988d2ed346fa744dc9bf80 /source3 | |
parent | 07cc5abb01b00c58bbc72830d3fb780791367c2e (diff) | |
download | samba-ab51d6660e2a6014c0a49081a5e95c3e252cc9ed.tar.gz samba-ab51d6660e2a6014c0a49081a5e95c3e252cc9ed.tar.bz2 samba-ab51d6660e2a6014c0a49081a5e95c3e252cc9ed.zip |
s3-waf: Link smbcquotas only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index b7376afcd6..630343fbdd 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1518,8 +1518,11 @@ bld.SAMBA3_BINARY('smbcacls', bld.SAMBA3_BINARY('smbcquotas', source=SMBCQUOTAS_SRC, - deps='''talloc tdb_compat cap wbclient param smbd_shim libsmb KRBCLIENT - popt_samba3 pdb ndr-standard msrpc3 + deps=''' + talloc + popt_samba3 + libsmb + msrpc3 libcli_lsa3''', vars=locals()) |