diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 15:49:32 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | 7d10eb7430fa6f9630c2846a362e49bfd9f1ddba (patch) | |
tree | ae74668e5e135b57c0e1efb9fc29cc15660d2e9e | |
parent | 1fb2ef78c426367479993b5aec4af7cf1c635fde (diff) | |
download | samba-7d10eb7430fa6f9630c2846a362e49bfd9f1ddba.tar.gz samba-7d10eb7430fa6f9630c2846a362e49bfd9f1ddba.tar.bz2 samba-7d10eb7430fa6f9630c2846a362e49bfd9f1ddba.zip |
s3-waf: Link maketest only against needed subsystems.
-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 c298ebb0d3..3c3708a72c 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1494,8 +1494,10 @@ bld.SAMBA3_BINARY('replacetort', bld.SAMBA3_BINARY('masktest' + bld.env.suffix3, source=MASKTEST_SRC, - deps='''talloc tdb_compat cap wbclient param smbd_shim libsmb KRBCLIENT - asn1util LIBTSOCKET NDR_SAMR NDR_LSA''', + deps=''' + talloc + param + libsmb''', vars=locals()) bld.SAMBA3_BINARY('msgtest', |