mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b00c236906
system - these should be removed later on.
(This used to be commit 0654739166
)
16 lines
341 B
Makefile
16 lines
341 B
Makefile
# CLDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM CLDAPD
|
|
[MODULE::CLDAPD]
|
|
INIT_FUNCTION = server_service_cldapd_init
|
|
SUBSYSTEM = service
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = \
|
|
cldap_server.o \
|
|
netlogon.o
|
|
PUBLIC_DEPENDENCIES = \
|
|
LIBCLI_CLDAP LIBNETIF process_model
|
|
# End SUBSYSTEM CLDAPD
|
|
#######################
|