a2ac32bdbee5c330abc13d55b4215082909c4e0d
[samba.git] / source4 / lib / ldb-samba / wscript_build
1 #!/usr/bin/env python
2
3 # LDBSAMBA gets included in the ldb build when we are building ldb_ildap 
4 # as a built-in module and this delutes the symbols in the ldb library with 
5 # the symbols of all of ldb_ildap's dependencies. 
6
7 bld.SAMBA_SUBSYSTEM('LDBSAMBA',
8         source='ldif_handlers.c ldb_wrap.c',
9         autoproto='ldif_handlers_proto.h',
10         public_deps='ldb',
11         public_headers='ldb_wrap.h',
12         deps='LIBSECURITY LIBNDR NDR_DRSBLOBS CREDENTIALS NDR_DNSP SAMDB'
13         )
14
15
16 bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c',
17                                  deps='LDBSAMBA pyparam_util',
18                                  realname='samba/_ldb.so')