s4-python: Fix compilation of samba._ldb.
[Samba/gebeck_regimport.git] / source4 / lib / ldb-samba / wscript_build
blobd853d191efdf0657c6c32df9b5b8b23ecf7f2275
1 #!/usr/bin/env python
4 bld.SAMBA_SUBSYSTEM('LDBSAMBA',
5 source='ldif_handlers.c',
6 autoproto='ldif_handlers_proto.h',
7 public_deps='ldb',
8 deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS'
12 bld.SAMBA_PYTHON('pyldbsamba', 'pyldb.c',
13 deps='LDBSAMBA pyparam_util',
14 realname='samba/_ldb.so')