mirror of
https://github.com/samba-team/samba.git
synced 2025-02-16 09:57:47 +03:00
filling in some of the returned parameters is quite rough, but it seems to work OK (This used to be commit e564e3e596915414fad07c94f7ea8a0d9c3a1140)
14 lines
274 B
Makefile
14 lines
274 B
Makefile
# CLDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM CLDAPD
|
|
[SUBSYSTEM::CLDAPD]
|
|
INIT_OBJ_FILES = \
|
|
cldap_server/cldap_server.o
|
|
ADD_OBJ_FILES = \
|
|
cldap_server/netlogon.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBCLI_CLDAP
|
|
# End SUBSYSTEM CLDAPD
|
|
#######################
|