From 0645c01b8545ba3a313740feea50a4b8d60a7fb6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Apr 2011 17:59:23 +0200 Subject: Fix case of libUTIL_LDB. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sat Apr 23 18:52:06 CEST 2011 on sn-devel-104 --- source4/dsdb/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 83d7433c3f..9d56e4f150 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' ) -- cgit