source: trunk/server/source4/ntp_signd/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 249 bytes
Line 
1#!/usr/bin/env python
2
3bld.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.