diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 16:06:01 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:29 +0100 |
commit | 89c514ab37635ce383bf44b0b687a3d9e6b5187b (patch) | |
tree | ed71a753dabce2b4ce33702eac0e04c12c8538bf | |
parent | ab51d6660e2a6014c0a49081a5e95c3e252cc9ed (diff) | |
download | samba-89c514ab37635ce383bf44b0b687a3d9e6b5187b.tar.gz samba-89c514ab37635ce383bf44b0b687a3d9e6b5187b.tar.bz2 samba-89c514ab37635ce383bf44b0b687a3d9e6b5187b.zip |
s3-waf: Link eventlogadm 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 630343fbdd..0ef0b8091c 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1528,8 +1528,10 @@ bld.SAMBA3_BINARY('smbcquotas', bld.SAMBA3_BINARY('eventlogadm', source=EVTLOGADM_SRC, - deps='''talloc tevent cap popt_samba3 samba3core param - smbd_shim pdb wbclient LIBEVENTLOG''', + deps=''' + talloc + param + LIBEVENTLOG''', vars=locals()) bld.SAMBA3_BINARY('sharesec', |