docs: remove whitespace in example samba.ldif (fix bug #8789)
[Samba/gebeck_regimport.git] / source4 / ntp_signd / wscript_build
blobad1292571254eb72f16e4f1213468c178b39511b
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',
8 internal_module=False,