summaryrefslogtreecommitdiff
path: root/source4/cldap_server/config.mk
blob: 77586bcb74780106208e078390c72c48d93cf5b5 (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
# End SUBSYSTEM CLDAPD
#######################