summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 16:08:59 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:29 +0100
commitbbb91314a2773364612330bd95b23185a89340dc (patch)
tree709021ce14195eae16151de2eca3d407ad776789 /source3/wscript_build
parent89c514ab37635ce383bf44b0b687a3d9e6b5187b (diff)
downloadsamba-bbb91314a2773364612330bd95b23185a89340dc.tar.gz
samba-bbb91314a2773364612330bd95b23185a89340dc.tar.bz2
samba-bbb91314a2773364612330bd95b23185a89340dc.zip
s3-waf: Link sharesec only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 0ef0b8091c..5fbe97fe6d 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1536,7 +1536,9 @@ bld.SAMBA3_BINARY('eventlogadm',
bld.SAMBA3_BINARY('sharesec',
source=SHARESEC_SRC,
- deps='''talloc tdb_compat tevent cap wbclient param smbd_shim popt_samba3''',
+ deps='''
+ talloc
+ popt_samba3''',
vars=locals())
bld.SAMBA3_BINARY('locktest' + bld.env.suffix3,