1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3:waf: Reformat locktest2

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:00:57 +01:00 committed by Michael Adam
parent 9571948a84
commit 4190b3c18f

View File

@ -1147,10 +1147,11 @@ bld.SAMBA3_BINARY('smbspool_krb5_wrapper',
bld.SAMBA3_BINARY('locktest2',
source='torture/locktest2.c',
deps='''
talloc
param
libsmb
LOCKING''',
talloc
param
libsmb
LOCKING
''',
install=False)
smbstatus_source = 'utils/status.c smbd/notify_msg.c'