diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-06 14:24:24 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-06 14:24:45 +0200 |
commit | 5f080d8e03f1060347cdd05d65bf72b0ce7dec0e (patch) | |
tree | 29a6310c00a68a1df989b4c768eceb5f4ba17bd9 /source4/lib/ldb-samba/wscript_build | |
parent | 96ae3ee80391e69d2a2c75705a9374b27b2117c8 (diff) | |
download | samba-5f080d8e03f1060347cdd05d65bf72b0ce7dec0e.tar.gz samba-5f080d8e03f1060347cdd05d65bf72b0ce7dec0e.tar.bz2 samba-5f080d8e03f1060347cdd05d65bf72b0ce7dec0e.zip |
s4-python: Fix compilation of samba._ldb.
Diffstat (limited to 'source4/lib/ldb-samba/wscript_build')
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index d80805c6a0..d853d191ef 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -8,3 +8,7 @@ bld.SAMBA_SUBSYSTEM('LDBSAMBA', deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS' ) + +bld.SAMBA_PYTHON('pyldbsamba', 'pyldb.c', + deps='LDBSAMBA pyparam_util', + realname='samba/_ldb.so') |