s4: Rename LIBCLI_LDAP to libcli_ldap.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 23 Oct 2010 23:27:47 +0000 (16:27 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 24 Oct 2010 00:20:04 +0000 (00:20 +0000)
libcli/cldap/wscript_build
source4/ldap_server/wscript_build
source4/lib/ldb/wscript
source4/libcli/ldap/wscript_build
source4/torture/wscript_build
source4/winbind/wscript_build

index 77767a3f42aad49c8dbf502212687b79b8481b51..296532227e86e0ffda336263eb269a9d7f2ef05e 100644 (file)
@@ -3,7 +3,7 @@
 
 bld.SAMBA_SUBSYSTEM('LIBCLI_CLDAP',
        source='cldap.c',
-       public_deps='LIBCLI_LDAP',
+       public_deps='cli_ldap',
        deps='LIBTSOCKET libsamba-util UTIL_TEVENT ldb LIBCLI_NETLOGON'
        )
 
index 1729a998dbefa451c83cd5f96c050057a7e8228e..3ff215a7b87286552f3ab25c34de11103be1380b 100644 (file)
@@ -6,6 +6,6 @@ bld.SAMBA_MODULE('LDAP',
        autoproto='proto.h',
        subsystem='service',
        init_function='server_service_ldap_init',
-       deps='CREDENTIALS LIBCLI_LDAP SAMDB process_model gensec libsamba-hostconfig samba_server_gensec'
+       deps='CREDENTIALS cli_ldap SAMDB process_model gensec libsamba-hostconfig samba_server_gensec'
        )
 
index 1fe3547eafdaf9fc69a5e3be2832e3298664ce73..1dc89f5ec004716af500b3a59dc8aafe127c713d 100644 (file)
@@ -84,7 +84,7 @@ def build(bld):
         # this is only in the s4 build
         bld.SAMBA_MODULE('ldb_ildap', 'ldb_ildap/ldb_ildap.c',
                          init_function='LDB_BACKEND(ldapi),LDB_BACKEND(ldaps),LDB_BACKEND(ldap)',
-                         deps='talloc LIBCLI_LDAP CREDENTIALS auth_system_session',
+                         deps='talloc cli_ldap CREDENTIALS auth_system_session',
                          aliases='ldb_ldaps ldb_ldapi ldb_ldap',
                          internal_module=False,
                          subsystem='ldb')
index 91b1012d034704b310ffb2cbb83e72506f510165..ea7c785cdfc6665bc6f469740e17ec8fc1173e14 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-bld.SAMBA_LIBRARY('LIBCLI_LDAP',
+bld.SAMBA_LIBRARY('cli_ldap',
                   source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
                   autoproto='ldap_proto.h',
                   public_deps='libsamba-errors tevent LIBPACKET',
index 7b7ed58001589714cf8c9310493effe413d7eb85..a79d25c79b8eda18f20855838be155813834e85f 100644 (file)
@@ -102,7 +102,7 @@ bld.SAMBA_MODULE('TORTURE_UNIX',
 bld.SAMBA_MODULE('TORTURE_LDAP',
        source='ldap/common.c ldap/basic.c ldap/schema.c ldap/uptodatevector.c ldap/cldap.c ldap/cldapbench.c ldap/ldap_sort.c ldap/nested_search.c',
        subsystem='smbtorture',
-       deps='LIBCLI_LDAP LIBCLI_CLDAP SAMDB POPT_CREDENTIALS torture LDBSAMBA',
+       deps='cli_ldap LIBCLI_CLDAP SAMDB POPT_CREDENTIALS torture LDBSAMBA',
        internal_module=True,
        autoproto='ldap/proto.h',
        init_function='torture_ldap_init'
index bd1090b277304e6ff5ead741078a7e12f59304fb..ab8588979fbdaae10cd93ba0a392833273268fdf 100644 (file)
@@ -6,7 +6,7 @@ bld.SAMBA_MODULE('WINBIND',
        autoproto='wb_proto.h',
        subsystem='service',
        init_function='server_service_winbind_init',
-       deps='WB_HELPER IDMAP NDR_WINBIND process_model RPC_NDR_LSA dcerpc_samr PAM_ERRORS LIBCLI_LDAP libsamba-net LIBSAMBA_TSOCKET'
+       deps='WB_HELPER IDMAP NDR_WINBIND process_model RPC_NDR_LSA dcerpc_samr PAM_ERRORS cli_ldap libsamba-net LIBSAMBA_TSOCKET'
        )