1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, so as to not delute /usr/lib.

This commit is contained in:
Jelmer Vernooij 2010-06-16 20:14:31 +02:00
parent 9382507909
commit f74dceda8c

View File

@ -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')