summaryrefslogtreecommitdiff
path: root/source4/cldap_server/config.mk
blob: 9a2bef094cbd108c4e03c3f85a8e6543849710df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# CLDAP server subsystem

#######################
# Start SUBSYSTEM CLDAPD
[SUBSYSTEM::CLDAPD]
OBJ_FILES = \
		cldap_server.o \
		netlogon.o
REQUIRED_SUBSYSTEMS = \
		LIBCLI_CLDAP LIBNETIF
# End SUBSYSTEM CLDAPD
#######################