mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
03023c4f7d
to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
26 lines
665 B
Makefile
26 lines
665 B
Makefile
# ntptr server subsystem
|
|
|
|
################################################
|
|
# Start MODULE ntptr_simple_ldb
|
|
[MODULE::ntptr_simple_ldb]
|
|
INIT_FUNCTION = ntptr_simple_ldb_init
|
|
SUBSYSTEM = ntptr
|
|
OBJ_FILES = \
|
|
simple_ldb/ntptr_simple_ldb.o
|
|
PRIVATE_DEPENDENCIES = \
|
|
LIBLDB NDR_SPOOLSS DCERPC_COMMON
|
|
# End MODULE ntptr_simple_ldb
|
|
################################################
|
|
|
|
################################################
|
|
# Start SUBSYSTEM ntptr
|
|
[SUBSYSTEM::ntptr]
|
|
PRIVATE_PROTO_HEADER = ntptr_proto.h
|
|
OBJ_FILES = \
|
|
ntptr_base.o \
|
|
ntptr_interface.o
|
|
PUBLIC_DEPENDENCIES = DCERPC_COMMON
|
|
#
|
|
# End SUBSYSTEM ntptr
|
|
################################################
|