mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
6a689c23e8
This reverts commit 05ea5e23cf
.
Conflicts:
source4/smbd/server.c
19 lines
463 B
Makefile
19 lines
463 B
Makefile
# CLDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM CLDAPD
|
|
[MODULE::CLDAPD]
|
|
INIT_FUNCTION = server_service_cldapd_init
|
|
SUBSYSTEM = samba
|
|
PRIVATE_DEPENDENCIES = \
|
|
LIBCLI_CLDAP LIBNETIF process_model
|
|
# End SUBSYSTEM CLDAPD
|
|
#######################
|
|
|
|
CLDAPD_OBJ_FILES = $(addprefix $(cldap_serversrcdir)/, \
|
|
cldap_server.o \
|
|
netlogon.o \
|
|
rootdse.o)
|
|
|
|
$(eval $(call proto_header_template,$(cldap_serversrcdir)/proto.h,$(CLDAPD_OBJ_FILES:.o=.c)))
|