mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
build: list sources of subsys PRINTBASE 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
bd85cecde7
commit
2d2c4efcde
@ -3,7 +3,6 @@
|
||||
from samba_utils import *
|
||||
import samba_version, samba3
|
||||
|
||||
PRINTBASE_SRC = '''printing/notify.c printing/printing_db.c'''
|
||||
PRINTBACKEND_SRC = '''printing/printing.c
|
||||
printing/nt_printing.c
|
||||
printing/nt_printing_tdb.c
|
||||
@ -808,9 +807,8 @@ bld.SAMBA3_SUBSYSTEM('PROFILE',
|
||||
deps='samba-util')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('PRINTBASE',
|
||||
source=PRINTBASE_SRC,
|
||||
deps='samba-util tdb_compat',
|
||||
vars=locals())
|
||||
source='''printing/notify.c printing/printing_db.c''',
|
||||
deps='samba-util tdb_compat')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('PRINTBACKEND',
|
||||
source=PRINTBACKEND_SRC,
|
||||
|
Loading…
x
Reference in New Issue
Block a user