source:
branches/samba-3.5.x/source4/ntp_signd/config.mk
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 335 bytes |
Line | |
---|---|
1 | # NTP_SIGND server subsystem |
2 | |
3 | ####################### |
4 | # Start SUBSYSTEM NTP_signd |
5 | [MODULE::NTP_SIGND] |
6 | INIT_FUNCTION = server_service_ntp_signd_init |
7 | SUBSYSTEM = service |
8 | PRIVATE_DEPENDENCIES = \ |
9 | SAMDB NDR_NTP_SIGND |
10 | # End SUBSYSTEM NTP_SIGND |
11 | ####################### |
12 | |
13 | NTP_SIGND_OBJ_FILES = $(addprefix $(ntp_signdsrcdir)/, ntp_signd.o) |
14 |
Note:
See TracBrowser
for help on using the repository browser.