mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
build: Multi-line a long list of deps
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
e79e943824
commit
63600b4f78
@ -9,7 +9,17 @@ bld.SAMBA_LIBRARY('MESSAGING_SEND',
|
|||||||
|
|
||||||
bld.SAMBA_LIBRARY('MESSAGING',
|
bld.SAMBA_LIBRARY('MESSAGING',
|
||||||
source='messaging.c messaging_handlers.c',
|
source='messaging.c messaging_handlers.c',
|
||||||
public_deps='samba-util NDR_IRPC UNIX_PRIVS cluster ndr dcerpc messages_util server_id_db talloc_report',
|
public_deps='''
|
||||||
|
samba-util
|
||||||
|
NDR_IRPC
|
||||||
|
UNIX_PRIVS
|
||||||
|
cluster
|
||||||
|
ndr
|
||||||
|
dcerpc
|
||||||
|
messages_util
|
||||||
|
server_id_db
|
||||||
|
talloc_report
|
||||||
|
''',
|
||||||
private_library=True
|
private_library=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user