From 92c12a39a9b8d7bade00090f2a38a49ac3af13f6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 16:38:57 -0700 Subject: ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with 'ldb' python module. --- source4/dsdb/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 091da813e1..616f1f625c 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -56,6 +56,6 @@ bld.SAMBA_PYTHON('python_dsdb', # the dependency on dcerpc here is because gensec # depends on dcerpc but the waf circular dependency finder # removes it so we end up with unresolved symbols. - deps='SAMDB pyldb_util dcerpc com_err', + deps='SAMDB pyldb-util dcerpc com_err', realname='samba/dsdb.so' ) -- cgit