spoolss: move ndr spoolss helper to main librpc dir.
[tprouty/samba.git] / source4 / ntptr / config.mk
1 # ntptr server subsystem
2
3 ################################################
4 # Start MODULE ntptr_simple_ldb
5 [MODULE::ntptr_simple_ldb]
6 INIT_FUNCTION = ntptr_simple_ldb_init
7 SUBSYSTEM = ntptr
8 PRIVATE_DEPENDENCIES = \
9                 LIBLDB NDR_SPOOLSS DCERPC_COMMON
10 # End MODULE ntptr_simple_ldb
11 ################################################
12
13 ntptr_simple_ldb_OBJ_FILES = $(ntptrsrcdir)/simple_ldb/ntptr_simple_ldb.o
14
15 ################################################
16 # Start SUBSYSTEM ntptr
17 [SUBSYSTEM::ntptr]
18 PUBLIC_DEPENDENCIES = DCERPC_COMMON
19 #
20 # End SUBSYSTEM ntptr
21 ################################################
22
23 ntptr_OBJ_FILES = \
24                 $(ntptrsrcdir)/ntptr_base.o \
25                 $(ntptrsrcdir)/ntptr_interface.o
26
27 $(eval $(call proto_header_template,$(ntptrsrcdir)/ntptr_proto.h,$(ntptr_OBJ_FILES:.o=.c)))