r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
[metze/samba/wip.git] / source4 / 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
11 # End SUBSYSTEM CLDAPD
12 #######################