mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
(vl: we should only sync the parsing code with trunk) - use hierachical talloc in the ldap client code metze (This used to be commit 1e9c0b68ca9ddb28877d45fc1b47653b13a7446d)
9 lines
244 B
Makefile
9 lines
244 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
|
|
# End SUBSYSTEM LIBCLI_LDAP
|
|
#################################
|