1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-waf: Link eventlogadm only against needed subsystems.

This commit is contained in:
Andreas Schneider 2012-01-24 16:06:01 +01:00 committed by Andreas Schneider
parent ab51d6660e
commit 89c514ab37

View File

@ -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',