mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
ldap friendly filter strings (This used to be commit 8890dd3ac331cffe83226a356c52df89c917c2b0)
11 lines
283 B
Makefile
11 lines
283 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 \
|
|
libcli/ldap/ldap_ndr.o
|
|
NOPROTO=YES
|
|
# End SUBSYSTEM LIBCLI_LDAP
|
|
#################################
|