diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-16 20:14:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-18 23:51:40 +0200 |
commit | f74dceda8c91b46180e14787ffd3dce01e1b023d (patch) | |
tree | 2ac7bf6da81865a7c9a9362d2e2bc5c3c3bbb912 /source4 | |
parent | 938250790967dffa617446ab2e7b266b06033495 (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 2 |
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') |