mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
d8e35f8828
the difference between these at all, and in the future the
fact that INIT_OBJ_FILES include smb_build.h will be sufficient to
have recompiles at the right time.
(This used to be commit b24f2583ed
)
15 lines
266 B
Makefile
15 lines
266 B
Makefile
# LDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM LDAP
|
|
[SUBSYSTEM::LDAP]
|
|
OBJ_FILES = \
|
|
ldap_server.o \
|
|
ldap_backend.o \
|
|
ldap_bind.o \
|
|
ldap_simple_ldb.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBCLI_LDAP SAMDB
|
|
# End SUBSYSTEM SMB
|
|
#######################
|