mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
1409c97899
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 15 03:04:41 UTC 2010 on sn-devel-104
11 lines
239 B
Python
11 lines
239 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('service_ntp_signd',
|
|
source='ntp_signd.c',
|
|
subsystem='service',
|
|
init_function='server_service_ntp_signd_init',
|
|
deps='samdb NDR_NTP_SIGND LIBTSOCKET LIBSAMBA_TSOCKET',
|
|
internal_module=False,
|
|
)
|
|
|