diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-11 13:38:54 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:49:26 +0100 |
commit | 1ea47faa979ad2e4aa4cf1f4252aa33aef98dbd8 (patch) | |
tree | 14b9839ca1707722021b59eac400ac47bdd06089 /source4/libcli/ldap | |
parent | cbefb1347482a0c9c91e73e5d3d2e9e8c7a8e555 (diff) | |
download | samba-1ea47faa979ad2e4aa4cf1f4252aa33aef98dbd8.tar.gz samba-1ea47faa979ad2e4aa4cf1f4252aa33aef98dbd8.tar.bz2 samba-1ea47faa979ad2e4aa4cf1f4252aa33aef98dbd8.zip |
r26397: Fix circular dependency in samba-socket.
(This used to be commit 801c8c766cb6a104751be8829593e0e123508134)
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 444306b328..4af0f9de6d 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 + LDAP_ENCODE LIBNDR LP_RESOLVE [SUBSYSTEM::LDAP_ENCODE] |