1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

16 lines
367 B
Makefile
Raw Normal View History

# 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 \
LIBTSOCKET LIBSAMBA_TSOCKET
# End SUBSYSTEM NTP_SIGND
#######################
NTP_SIGND_OBJ_FILES = $(addprefix $(ntp_signdsrcdir)/, ntp_signd.o)