mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
There's still lot of work to do but the patch is stable enough to be pushed into the main samba4 tree. Simo. (This used to be commit 77125feaff252cab44d26593093a9c211c846ce8)
16 lines
401 B
Makefile
16 lines
401 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBCLI_LDAP
|
|
[SUBSYSTEM::LIBCLI_LDAP]
|
|
PRIVATE_PROTO_HEADER = ldap_proto.h
|
|
OBJ_FILES = ldap.o \
|
|
ldap_client.o \
|
|
ldap_bind.o \
|
|
ldap_msg.o \
|
|
ldap_ndr.o \
|
|
ldap_ildap.o \
|
|
ldap_controls.o
|
|
REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBEVENTS GENSEC SOCKET NDR_SAMR LIBTLS \
|
|
LIBPACKET
|
|
# End SUBSYSTEM LIBCLI_LDAP
|
|
#################################
|