s4: torture: Add an async SMB2_OP_FLUSH + SMB2_OP_CLOSE test to smb2.compound_async.
[Samba.git] / source4 / ntp_signd / wscript_build
blobec8a2e5b85aeeed377caafd32cd8d8fa1196edca
1 #!/usr/bin/env python
3 bld.SAMBA_MODULE('service_ntp_signd',
4 source='ntp_signd.c',
5 subsystem='service',
6 init_function='server_service_ntp_signd_init',
7 deps='samdb NDR_NTP_SIGND LIBTSOCKET LIBSAMBA_TSOCKET GNUTLS_HELPERS',
8 internal_module=False,
9 enabled=bld.AD_DC_BUILD_IS_ENABLED()