diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:08:59 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | bbb91314a2773364612330bd95b23185a89340dc (patch) | |
tree | 709021ce14195eae16151de2eca3d407ad776789 | |
parent | 89c514ab37635ce383bf44b0b687a3d9e6b5187b (diff) | |
download | samba-bbb91314a2773364612330bd95b23185a89340dc.tar.gz samba-bbb91314a2773364612330bd95b23185a89340dc.tar.bz2 samba-bbb91314a2773364612330bd95b23185a89340dc.zip |
s3-waf: Link sharesec only against needed subsystems.
-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 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, |