mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
build: list sources directly in the definition of LIBAFS subsystem 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
db162564f7
commit
fe5b6189e5
@ -11,8 +11,6 @@ TDB_LIB_SRC = '''
|
||||
|
||||
TDB_VALIDATE_SRC = '''lib/tdb_validate.c'''
|
||||
|
||||
AFS_SRC = 'lib/afs.c'
|
||||
|
||||
AFS_SETTOKEN_SRC = 'lib/afs_settoken.c'
|
||||
|
||||
AVAHI_SRC = 'lib/avahi.c smbd/avahi_register.c'
|
||||
@ -889,9 +887,8 @@ bld.SAMBA3_SUBSYSTEM('LIBADS_PRINTER',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('LIBAFS',
|
||||
source=AFS_SRC,
|
||||
deps='samba-util',
|
||||
vars=locals())
|
||||
source='lib/afs.c',
|
||||
deps='samba-util')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN',
|
||||
source=AFS_SETTOKEN_SRC,
|
||||
|
Loading…
Reference in New Issue
Block a user