diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:15:32 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | 9eaeb6ceed602ff00dd297c052a68c472b619b67 (patch) | |
tree | cf86dd3ece0d5b776dd48b982e1d2aff013b9fb6 | |
parent | 8438fba08ab9d13157cdb6a0976828d238f5048c (diff) | |
download | samba-9eaeb6ceed602ff00dd297c052a68c472b619b67.tar.gz samba-9eaeb6ceed602ff00dd297c052a68c472b619b67.tar.bz2 samba-9eaeb6ceed602ff00dd297c052a68c472b619b67.zip |
s3-waf: Link pdbtest 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 95c92900b9..75f7deda38 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1552,8 +1552,10 @@ bld.SAMBA3_BINARY('locktest' + bld.env.suffix3, bld.SAMBA3_BINARY('pdbtest', source=PDBTEST_SRC, - deps='''talloc tdb_compat cap wbclient param libsmb KRBCLIENT smbd_shim pdb - popt_samba3 NDR_SAMR NDR_LSA''', + deps=''' + talloc + pdb + popt_samba3''', vars=locals()) bld.SAMBA3_BINARY('vfstest', |