r13924: Split more prototypes out of include/proto.h + initial work on header
[kai/samba-autobuild/.git] / source4 / ldap_server / config.mk
1 # LDAP server subsystem
2
3 #######################
4 # Start SUBSYSTEM LDAP
5 [SUBSYSTEM::LDAP]
6 PRIVATE_PROTO_HEADER = proto.h
7 OBJ_FILES = \
8                 ldap_server.o \
9                 ldap_backend.o \
10                 ldap_bind.o
11 REQUIRED_SUBSYSTEMS = \
12                 LIBCLI_LDAP SAMDB
13 # End SUBSYSTEM SMB
14 #######################