mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
129c15c083
Signed-off-by: Stefan Metzmacher <metze@samba.org>
16 lines
367 B
Makefile
16 lines
367 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 \
|
|
LIBTSOCKET LIBSAMBA_TSOCKET
|
|
# End SUBSYSTEM NTP_SIGND
|
|
#######################
|
|
|
|
NTP_SIGND_OBJ_FILES = $(addprefix $(ntp_signdsrcdir)/, ntp_signd.o)
|
|
|