mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
e9017ba418
(This used to be commit 92856d5054
)
27 lines
704 B
Makefile
27 lines
704 B
Makefile
# ntptr server subsystem
|
|
|
|
################################################
|
|
# Start MODULE ntptr_simple_ldb
|
|
[MODULE::ntptr_simple_ldb]
|
|
INIT_FUNCTION = ntptr_simple_ldb_init
|
|
SUBSYSTEM = ntptr
|
|
PRIVATE_DEPENDENCIES = \
|
|
LIBLDB NDR_SPOOLSS DCERPC_COMMON
|
|
# End MODULE ntptr_simple_ldb
|
|
################################################
|
|
|
|
ntptr_simple_ldb_OBJ_FILES = ntptr/simple_ldb/ntptr_simple_ldb.o
|
|
|
|
################################################
|
|
# Start SUBSYSTEM ntptr
|
|
[SUBSYSTEM::ntptr]
|
|
PRIVATE_PROTO_HEADER = ntptr_proto.h
|
|
PUBLIC_DEPENDENCIES = DCERPC_COMMON
|
|
#
|
|
# End SUBSYSTEM ntptr
|
|
################################################
|
|
|
|
ntptr_OBJ_FILES = \
|
|
ntptr/ntptr_base.o \
|
|
ntptr/ntptr_interface.o
|