r13924: Split more prototypes out of include/proto.h + initial work on header
[jelmer/samba4-debian.git] / source / cldap_server / config.mk
1 # CLDAP server subsystem
2
3 #######################
4 # Start SUBSYSTEM CLDAPD
5 [SUBSYSTEM::CLDAPD]
6 OBJ_FILES = \
7                 cldap_server.o \
8                 netlogon.o
9 REQUIRED_SUBSYSTEMS = \
10                 LIBCLI_CLDAP LIBNETIF
11 # End SUBSYSTEM CLDAPD
12 #######################