diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-16 20:14:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-18 23:51:40 +0200 |
commit | 8e8496208b4fa5bf69fcc884fdb054352060e21e (patch) | |
tree | 5ef6cf216688295b5a53e6090878e631d2340107 /source4/lib/ldb | |
parent | f74dceda8c91b46180e14787ffd3dce01e1b023d (diff) | |
download | samba-8e8496208b4fa5bf69fcc884fdb054352060e21e.tar.gz samba-8e8496208b4fa5bf69fcc884fdb054352060e21e.tar.bz2 samba-8e8496208b4fa5bf69fcc884fdb054352060e21e.zip |
ldb: Don't build pyldb_util as python module but rather as subsystem, so as to not delute /usr/lib.
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 19f532252d..06e224821c 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -98,8 +98,8 @@ def build(bld): abi_file = 'ABI/ldb-%s.sigs' % VERSION - bld.SAMBA_PYTHON('pyldb_util', deps='ldb', - source='pyldb_util.c') + bld.SAMBA_SUBSYSTEM('pyldb_util', deps='ldb', + source='pyldb_util.c', needs_python=True) if not bld.CONFIG_SET('USING_SYSTEM_LDB'): modules_dir = bld.EXPAND_VARIABLES('${LDB_MODULESDIR}') |