The branch, master has been updated via 0645c01 Fix case of libUTIL_LDB. from 9317923 Add missing dependency on com_err.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 0645c01b8545ba3a313740feea50a4b8d60a7fb6 Author: Jelmer Vernooij <jel...@samba.org> Date: Sat Apr 23 17:59:23 2011 +0200 Fix case of libUTIL_LDB. Autobuild-User: Jelmer Vernooij <jel...@samba.org> Autobuild-Date: Sat Apr 23 18:52:06 CEST 2011 on sn-devel-104 ----------------------------------------------------------------------- Summary of changes: lib/util/wscript_build | 12 ++++++------ source4/dsdb/wscript_build | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) Changeset truncated at 500 lines: diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 93827bc..aad386e 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -102,12 +102,12 @@ bld.SAMBA_SUBSYSTEM('UTIL_TEVENT', if bld.env._SAMBA_BUILD_ == 4: - bld.SAMBA_SUBSYSTEM('UTIL_LDB', - source='util_ldb.c', - local_include=False, - public_deps='ldb', - public_headers='util_ldb.h' - ) + bld.SAMBA_SUBSYSTEM('util_ldb', + source='util_ldb.c', + local_include=False, + public_deps='ldb', + public_headers='util_ldb.h' + ) bld.SAMBA_SUBSYSTEM('UTIL_RUNCMD', diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 83d7433..9d56e4f 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -16,7 +16,7 @@ bld.SAMBA_LIBRARY('samdb-common', source='common/util.c common/util_groups.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c', autoproto='common/proto.h', private_library=True, - deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH samba-hostconfig samba_socket cli-ldap-common flag_mapping' + deps='ldb NDR_DRSBLOBS util_ldb LIBCLI_AUTH samba-hostconfig samba_socket cli-ldap-common flag_mapping' ) -- Samba Shared Repository