diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 12:51:31 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | 3e4e84a8ff43ccca5ebdc477e41252a90beedd42 (patch) | |
tree | af45c88de44556b6d5dbc865f2bc21609a731e34 /source3/wscript_build | |
parent | 0871a1b2123814340e17d2cc7ce6b43da6131b2c (diff) | |
download | samba-3e4e84a8ff43ccca5ebdc477e41252a90beedd42.tar.gz samba-3e4e84a8ff43ccca5ebdc477e41252a90beedd42.tar.bz2 samba-3e4e84a8ff43ccca5ebdc477e41252a90beedd42.zip |
s3-waf: Link smbspool 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 4ccffe801a..5c9cc313d8 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1375,8 +1375,13 @@ bld.SAMBA3_BINARY('profiles', bld.SAMBA3_BINARY('smbspool', source=CUPS_SRC, - deps='''talloc tdb_compat tevent cap wbclient popt_samba3 param libsmb smbd_shim samba3core - KRBCLIENT asn1util LIBTSOCKET NDR_SAMR NDR_LSA''', + deps=''' + talloc + tevent + popt_samba3 + param + libsmb + samba3core''', vars=locals()) bld.SAMBA3_BINARY('testparm', |