diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 15:55:05 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | 61c53ebbc1837cbba98b63bef95cd7c772f85ab5 (patch) | |
tree | 51faaaf6ae3abc416754ceddf7e79b7adc4d6c5d /source3/wscript_build | |
parent | 7d10eb7430fa6f9630c2846a362e49bfd9f1ddba (diff) | |
download | samba-61c53ebbc1837cbba98b63bef95cd7c772f85ab5.tar.gz samba-61c53ebbc1837cbba98b63bef95cd7c772f85ab5.tar.xz samba-61c53ebbc1837cbba98b63bef95cd7c772f85ab5.zip |
s3-waf: Link msgtest only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 3c3708a72ca..643fcfaf800 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1502,7 +1502,9 @@ bld.SAMBA3_BINARY('masktest' + bld.env.suffix3, bld.SAMBA3_BINARY('msgtest', source=MSGTEST_SRC, - deps='''talloc tdb_compat tevent cap param smbd_shim''', + deps=''' + talloc + param''', vars=locals()) bld.SAMBA3_BINARY('smbcacls', |