1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

28 lines
787 B
Makefile
Raw Normal View History

# ntptr server subsystem
2005-06-16 17:27:57 +00:00
################################################
# Start MODULE ntptr_simple_ldb
[MODULE::ntptr_simple_ldb]
INIT_FUNCTION = ntptr_simple_ldb_init
SUBSYSTEM = ntptr
PRIVATE_DEPENDENCIES = \
LIBLDB NDR_SPOOLSS DCERPC_COMMON
2005-06-16 17:27:57 +00:00
# End MODULE ntptr_simple_ldb
################################################
ntptr_simple_ldb_OBJ_FILES = $(ntptrsrcdir)/simple_ldb/ntptr_simple_ldb.o
2005-06-16 17:27:57 +00:00
################################################
# Start SUBSYSTEM ntptr
[SUBSYSTEM::ntptr]
PUBLIC_DEPENDENCIES = DCERPC_COMMON
2005-06-16 17:27:57 +00:00
#
# End SUBSYSTEM ntptr
2005-06-16 17:27:57 +00:00
################################################
ntptr_OBJ_FILES = \
$(ntptrsrcdir)/ntptr_base.o \
$(ntptrsrcdir)/ntptr_interface.o
$(eval $(call proto_header_template,$(ntptrsrcdir)/ntptr_proto.h,$(ntptr_OBJ_FILES:.o=.c)))