r19597: Ahead of the merge to current lorikeet-heimdal:
[Samba.git] / source / ntptr / config.mk
bloba80002662e53904ce933d5d1f8e7c45de8be2ab4
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 PUBLIC_DEPENDENCIES = \
11 ldb NDR_SPOOLSS
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 ################################################