mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
15 lines
335 B
Makefile
15 lines
335 B
Makefile
# 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)
|
|
|