1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:waf: Reformat msg_sink

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2016-11-22 11:03:02 +01:00 committed by Michael Adam
parent e30120f946
commit 777a620daf

View File

@ -1248,8 +1248,9 @@ bld.SAMBA3_BINARY('msgtest',
bld.SAMBA3_BINARY('msg_sink', bld.SAMBA3_BINARY('msg_sink',
source='torture/msg_sink.c', source='torture/msg_sink.c',
deps=''' deps='''
talloc talloc
param''', param
''',
install=False) install=False)
bld.SAMBA3_BINARY('msg_source', bld.SAMBA3_BINARY('msg_source',