Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schema
[ira/wip.git] / source4 / cldap_server / config.mk
1 # CLDAP server subsystem
2
3 #######################
4 # Start SUBSYSTEM CLDAPD
5 [MODULE::CLDAPD]
6 INIT_FUNCTION = server_service_cldapd_init
7 SUBSYSTEM = service
8 PRIVATE_DEPENDENCIES = \
9                 LIBCLI_CLDAP LIBNETIF process_model
10 # End SUBSYSTEM CLDAPD
11 #######################
12
13 CLDAPD_OBJ_FILES = $(addprefix $(cldap_serversrcdir)/, \
14                 cldap_server.o \
15                 netlogon.o \
16                 rootdse.o)
17
18 $(eval $(call proto_header_template,$(cldap_serversrcdir)/proto.h,$(CLDAPD_OBJ_FILES:.o=.c)))