source:
trunk/server/source4/ntp_signd/wscript_build
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 249 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
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, |
9 | ) |
10 |
Note:
See TracBrowser
for help on using the repository browser.