diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 20:43:00 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 22:16:38 +0200 |
commit | 292fe7497134a9cc8f05844951547a2e8d14a4ac (patch) | |
tree | 14f9224a6a241c8af98a02c37f89f3b472e3eba5 /source4/dsdb | |
parent | 97afeaceda784f6ac56131b544e045be6804a44b (diff) | |
download | samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.tar.gz samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.tar.bz2 samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.zip |
credentials: Rename library to samba-credentials to avoid name clashes.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/wscript_build | 2 | ||||
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index 3212039ff9..87e915d12b 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -220,7 +220,7 @@ bld.SAMBA_MODULE('ldb_update_keytab', init_function='ldb_update_keytab_module_init', module_init_name='ldb_init_module', internal_module=False, - deps='talloc credentials ldb com_err KERBEROS_UTIL DSDB_MODULE_HELPERS' + deps='talloc samba-credentials ldb com_err KERBEROS_UTIL DSDB_MODULE_HELPERS' ) diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index fe00059c4b..1180410e18 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('samdb', autoproto='samdb/samdb_proto.h', public_deps='krb5', vnum='0.0.1', - deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA ldbsamba samdb-common LIBCLI_DRSUAPI cli-ldap-common samba-util com_err authkrb5 credentials ldbwrap errors', + deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA ldbsamba samdb-common LIBCLI_DRSUAPI cli-ldap-common samba-util com_err authkrb5 samba-credentials ldbwrap errors', ) |