blob: 07c404d82262f91cbf1dc92d4f0b3c19ab6a6815 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# NTP_SIGND server subsystem
#######################
# Start SUBSYSTEM NTP_signd
[MODULE::NTP_SIGND]
INIT_FUNCTION = server_service_ntp_signd_init
SUBSYSTEM = service
PRIVATE_DEPENDENCIES = \
SAMDB NDR_NTP_SIGND
# End SUBSYSTEM NTP_SIGND
#######################
NTP_SIGND_OBJ_FILES = $(addprefix $(ntp_signdsrcdir)/, ntp_signd.o)
|