summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:38:57 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit92c12a39a9b8d7bade00090f2a38a49ac3af13f6 (patch)
treef21909a550c0b557e8c6bff66998502144471f8a /source4/dsdb/wscript_build
parent599afb065160a9444636fada9576c8b3e889ab68 (diff)
downloadsamba-92c12a39a9b8d7bade00090f2a38a49ac3af13f6.tar.gz
samba-92c12a39a9b8d7bade00090f2a38a49ac3af13f6.tar.bz2
samba-92c12a39a9b8d7bade00090f2a38a49ac3af13f6.zip
ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with
'ldb' python module.
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)