summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-16 20:14:31 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-18 23:51:40 +0200
commitf74dceda8c91b46180e14787ffd3dce01e1b023d (patch)
tree2ac7bf6da81865a7c9a9362d2e2bc5c3c3bbb912 /source4/lib/ldb-samba
parent938250790967dffa617446ab2e7b266b06033495 (diff)
downloadsamba-f74dceda8c91b46180e14787ffd3dce01e1b023d.tar.gz
samba-f74dceda8c91b46180e14787ffd3dce01e1b023d.tar.bz2
samba-f74dceda8c91b46180e14787ffd3dce01e1b023d.zip
ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, so as to not delute /usr/lib.
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r--source4/lib/ldb-samba/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build
index 048cea37f4..ffd63f0e71 100644
--- a/source4/lib/ldb-samba/wscript_build
+++ b/source4/lib/ldb-samba/wscript_build
@@ -10,6 +10,6 @@ bld.SAMBA_LIBRARY('LDBSAMBA',
)
-bld.SAMBA_PYTHON('pyldbsamba', 'pyldb.c',
+bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c',
deps='LDBSAMBA pyparam_util',
realname='samba/_ldb.so')