From f74dceda8c91b46180e14787ffd3dce01e1b023d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 16 Jun 2010 20:14:31 +0200 Subject: ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, so as to not delute /usr/lib. --- source4/lib/ldb-samba/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb-samba') 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') -- cgit