mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
4ac2be9958
file dependencies
(This used to be commit 1228358767
)
15 lines
274 B
Makefile
15 lines
274 B
Makefile
# LDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM LDAP
|
|
[SUBSYSTEM::LDAP]
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = \
|
|
ldap_server.o \
|
|
ldap_backend.o \
|
|
ldap_bind.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBCLI_LDAP SAMDB
|
|
# End SUBSYSTEM SMB
|
|
#######################
|