mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
13 lines
406 B
Makefile
13 lines
406 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBCLI_LDAP
|
|
[SUBSYSTEM::LIBCLI_LDAP]
|
|
ADD_OBJ_FILES = libcli/ldap/ldap.o \
|
|
libcli/ldap/ldap_client.o \
|
|
libcli/ldap/ldap_bind.o \
|
|
libcli/ldap/ldap_msg.o \
|
|
libcli/ldap/ldap_ndr.o \
|
|
libcli/ldap/ldap_ildap.o
|
|
REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBEVENTS GENSEC SOCKET RPC_NDR_SAMR LIBTLS
|
|
# End SUBSYSTEM LIBCLI_LDAP
|
|
#################################
|