diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-24 00:15:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-24 00:15:43 +0100 |
commit | 1feab85be605269db272a4b48375fd85845b7ffd (patch) | |
tree | 88b26d6dd8c27d8bb1200687793062ac31c23d8a /source4/libcli/ldap | |
parent | 30bdb68c9ebe281d8c512f8b737141d76a7c7d68 (diff) | |
download | samba-1feab85be605269db272a4b48375fd85845b7ffd.tar.gz samba-1feab85be605269db272a4b48375fd85845b7ffd.tar.bz2 samba-1feab85be605269db272a4b48375fd85845b7ffd.zip |
Rename samba-socket -> samba_socket to fix a couple more compiler
warnings.
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 02678eed7a..2e50596dad 100644 --- a/source4/libcli/ldap/config.mk +++ b/source4/libcli/ldap/config.mk @@ -1,6 +1,6 @@ [SUBSYSTEM::LIBCLI_LDAP] PUBLIC_DEPENDENCIES = LIBSAMBA-ERRORS LIBEVENTS LIBPACKET -PRIVATE_DEPENDENCIES = LIBCLI_COMPOSITE samba-socket NDR_SAMR LIBTLS ASN1_UTIL \ +PRIVATE_DEPENDENCIES = LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS ASN1_UTIL \ LDAP_ENCODE LIBNDR LP_RESOLVE gensec LIBCLI_LDAP_OBJ_FILES = $(addprefix $(libclisrcdir)/ldap/, \ |