mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
10 lines
256 B
Makefile
10 lines
256 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBCLI_LDAP
|
|
[SUBSYSTEM::LIBCLI_LDAP]
|
|
ADD_OBJ_FILES = libcli/ldap/ldap.o \
|
|
libcli/ldap/ldap_client.o \
|
|
libcli/ldap/ldap_ldif.o
|
|
NOPROTO=YES
|
|
# End SUBSYSTEM LIBCLI_LDAP
|
|
#################################
|