diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:23:11 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | 273401733a881ddfb6790e20ffc6cf4ee5dfe227 (patch) | |
tree | cf71580df9a38d96836372e8905619901403dd7f /source3 | |
parent | 9eaeb6ceed602ff00dd297c052a68c472b619b67 (diff) | |
download | samba-273401733a881ddfb6790e20ffc6cf4ee5dfe227.tar.gz samba-273401733a881ddfb6790e20ffc6cf4ee5dfe227.tar.bz2 samba-273401733a881ddfb6790e20ffc6cf4ee5dfe227.zip |
s3-waf: Link vfstest only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 75f7deda38..1872266ecf 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1560,7 +1560,10 @@ bld.SAMBA3_BINARY('pdbtest', bld.SAMBA3_BINARY('vfstest', source=VFSTEST_SRC, - deps='smbd_base SMBREADLINE', + deps=''' + vfs + popt_samba3 + SMBREADLINE''', vars=locals()) bld.SAMBA3_BINARY('log2pcap', |