mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
build: list sources of subsys SLCACHE directly in def, remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
78fcf1484b
commit
d68fe337dc
@ -3,8 +3,6 @@
|
||||
from samba_utils import *
|
||||
import samba_version, samba3
|
||||
|
||||
SLCACHE_SRC = '''libsmb/samlogon_cache.c'''
|
||||
|
||||
DCUTIL_SRC = '''libsmb/namequery_dc.c libsmb/trustdom_cache.c libsmb/dsgetdcname.c'''
|
||||
|
||||
SMBD_SRC_MAIN = '''smbd/server.c'''
|
||||
@ -910,9 +908,8 @@ bld.SAMBA3_SUBSYSTEM('SAMBA_VERSION',
|
||||
deps='samba-util')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('SLCACHE',
|
||||
source=SLCACHE_SRC,
|
||||
deps='samba-util tdb_compat',
|
||||
vars=locals())
|
||||
source='libsmb/samlogon_cache.c',
|
||||
deps='samba-util tdb_compat')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('DCUTIL',
|
||||
source=DCUTIL_SRC,
|
||||
|
Loading…
Reference in New Issue
Block a user