summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 16:15:32 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:29 +0100
commit9eaeb6ceed602ff00dd297c052a68c472b619b67 (patch)
treecf86dd3ece0d5b776dd48b982e1d2aff013b9fb6 /source3
parent8438fba08ab9d13157cdb6a0976828d238f5048c (diff)
downloadsamba-9eaeb6ceed602ff00dd297c052a68c472b619b67.tar.gz
samba-9eaeb6ceed602ff00dd297c052a68c472b619b67.tar.bz2
samba-9eaeb6ceed602ff00dd297c052a68c472b619b67.zip
s3-waf: Link pdbtest only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build6
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',