diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:29:34 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | dc4924b0a090d1ea27a32d9bfadccd55c441de36 (patch) | |
tree | fa7d5359e6a81021abffb24d130350b79917a462 /source3/wscript_build | |
parent | e0da5c955f9a620463ccf173af1c71332d2c5f72 (diff) | |
download | samba-dc4924b0a090d1ea27a32d9bfadccd55c441de36.tar.gz samba-dc4924b0a090d1ea27a32d9bfadccd55c441de36.tar.bz2 samba-dc4924b0a090d1ea27a32d9bfadccd55c441de36.zip |
s3-waf: Link smbfilter only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index e42a0e8ee1..34e3bf583b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1587,8 +1587,10 @@ bld.SAMBA3_BINARY('debug2html', bld.SAMBA3_BINARY('smbfilter', source=SMBFILTER_SRC, - deps='''talloc tevent cap wbclient param libsmb smbd_shim KRBCLIENT asn1util LIBTSOCKET - NDR_SAMR NDR_LSA''', + deps=''' + talloc + param + LIBNMB''', vars=locals()) bld.SAMBA3_BINARY('versiontest', |