s4-python: Fix compilation of samba._ldb.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 6 Apr 2010 12:24:24 +0000 (14:24 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 6 Apr 2010 12:24:45 +0000 (14:24 +0200)
source4/lib/ldb-samba/wscript_build

index d80805c6a007dc6de0fed4ad71996f3a9a8f7a4a..d853d191efdf0657c6c32df9b5b8b23ecf7f2275 100644 (file)
@@ -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')