mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
build: list sources directly in definition of SAMBA_VERSION, and remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f801de7d07
commit
db162564f7
@ -11,8 +11,6 @@ TDB_LIB_SRC = '''
|
|||||||
|
|
||||||
TDB_VALIDATE_SRC = '''lib/tdb_validate.c'''
|
TDB_VALIDATE_SRC = '''lib/tdb_validate.c'''
|
||||||
|
|
||||||
VERSION_SRC = '''lib/version.c'''
|
|
||||||
|
|
||||||
AFS_SRC = 'lib/afs.c'
|
AFS_SRC = 'lib/afs.c'
|
||||||
|
|
||||||
AFS_SETTOKEN_SRC = 'lib/afs_settoken.c'
|
AFS_SETTOKEN_SRC = 'lib/afs_settoken.c'
|
||||||
@ -1054,9 +1052,8 @@ bld.SAMBA3_SUBSYSTEM('PASSCHANGE',
|
|||||||
vars=locals())
|
vars=locals())
|
||||||
|
|
||||||
bld.SAMBA3_SUBSYSTEM('SAMBA_VERSION',
|
bld.SAMBA3_SUBSYSTEM('SAMBA_VERSION',
|
||||||
source=VERSION_SRC,
|
source='lib/version.c',
|
||||||
deps='samba-util',
|
deps='samba-util')
|
||||||
vars=locals())
|
|
||||||
|
|
||||||
bld.SAMBA3_SUBSYSTEM('SLCACHE',
|
bld.SAMBA3_SUBSYSTEM('SLCACHE',
|
||||||
source=SLCACHE_SRC,
|
source=SLCACHE_SRC,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user