r22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.
[Samba.git] / source / ntptr / config.mk
blob38a582291f307aef144dbbac20aa4c36939aa945
1 # ntptr server subsystem
3 ################################################
4 # Start MODULE ntptr_simple_ldb
5 [MODULE::ntptr_simple_ldb]
6 INIT_FUNCTION = ntptr_simple_ldb_init
7 SUBSYSTEM = ntptr
8 OBJ_FILES = \
9 simple_ldb/ntptr_simple_ldb.o
10 PRIVATE_DEPENDENCIES = \
11 LIBLDB NDR_SPOOLSS DCERPC_COMMON
12 # End MODULE ntptr_simple_ldb
13 ################################################
15 ################################################
16 # Start SUBSYSTEM ntptr
17 [LIBRARY::ntptr]
18 PRIVATE_PROTO_HEADER = ntptr_proto.h
19 OBJ_FILES = \
20 ntptr_base.o \
21 ntptr_interface.o
22 PUBLIC_DEPENDENCIES = DCERPC_COMMON
24 # End SUBSYSTEM ntptr
25 ################################################