diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-17 04:22:44 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:41 +0100 |
commit | 71e2cafe96f4755b67d01ced497bf5b63aad30f6 (patch) | |
tree | 6b0ba3ef5aaec87871d1642a554bb97c9754f316 /source4/libcli/ldap | |
parent | 20a6fcf726d6e0ed656f0e26977eef6be8b8b862 (diff) | |
download | samba-71e2cafe96f4755b67d01ced497bf5b63aad30f6.tar.gz samba-71e2cafe96f4755b67d01ced497bf5b63aad30f6.tar.bz2 samba-71e2cafe96f4755b67d01ced497bf5b63aad30f6.zip |
r26483: Merge ldb module dependency fixes, fix auth python module.
(This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb)
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r-- | source4/libcli/ldap/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/config.mk b/source4/libcli/ldap/config.mk index 4af0f9de6d..239ee1f161 100644 --- a/source4/libcli/ldap/config.mk +++ b/source4/libcli/ldap/config.mk @@ -9,7 +9,7 @@ OBJ_FILES = ldap.o \ ldap_controls.o PUBLIC_DEPENDENCIES = LIBSAMBA-ERRORS LIBEVENTS LIBPACKET PRIVATE_DEPENDENCIES = LIBCLI_COMPOSITE samba-socket NDR_SAMR LIBTLS ASN1_UTIL \ - LDAP_ENCODE LIBNDR LP_RESOLVE + LDAP_ENCODE LIBNDR LP_RESOLVE gensec [SUBSYSTEM::LDAP_ENCODE] |