From 5f080d8e03f1060347cdd05d65bf72b0ce7dec0e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 6 Apr 2010 14:24:24 +0200 Subject: s4-python: Fix compilation of samba._ldb. --- source4/lib/ldb-samba/wscript_build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/lib/ldb-samba/wscript_build') 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') -- cgit