mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
baa2dffdf3
This starts ntp_signd at startup, and fixes some build issues.
Andrew Bartlett
(This used to be commit cb0dcd5c3d
)
15 lines
332 B
Makefile
15 lines
332 B
Makefile
# 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)
|
|
|