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

s3:waf: Reformat LIBNET_DSSYNC

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 10:50:39 +01:00 committed by Michael Adam
parent fe36056f78
commit a28f75a488

View File

@ -865,10 +865,15 @@ bld.SAMBA3_LIBRARY('net_keytab',
bld.SAMBA3_SUBSYSTEM('LIBNET_DSSYNC',
source='''libnet/libnet_dssync.c
libnet/libnet_dssync_passdb.c
libnet/libnet_dssync_keytab.c''',
deps='LIBNET RPC_NDR_DRSUAPI')
source='''
libnet/libnet_dssync.c
libnet/libnet_dssync_passdb.c
libnet/libnet_dssync_keytab.c
''',
deps='''
LIBNET
RPC_NDR_DRSUAPI
''')
bld.SAMBA3_SUBSYSTEM('LIBNET_SAMSYNC',
source='''libnet/libnet_samsync.c