blob: 96e0de558325871ec040091258c4a3a787a2834f (
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 = smbd
PRIVATE_DEPENDENCIES = \
SAMDB NDR_NTP_SIGND
# End SUBSYSTEM NTP_SIGND
#######################
NTP_SIGND_OBJ_FILES = $(addprefix $(ntp_signdsrcdir)/, ntp_signd.o)
|