mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
a560d554bd
based on volker's patch this is compiled by default but not started by default metze (This used to be commit 5387bc423d4dc669cbac6626f8dd3a5498a6519d)
12 lines
219 B
Makefile
12 lines
219 B
Makefile
# LDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM LDAP
|
|
[SUBSYSTEM::LDAP]
|
|
INIT_OBJ_FILES = \
|
|
ldap_server/ldap_server.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBCLI_LDAP
|
|
# End SUBSYSTEM SMB
|
|
#######################
|