ldb-samba: Add missing dependency on credentials code.
[kamenim/samba.git] / source4 / lib / ldb-samba / wscript_build
1 #!/usr/bin/env python
2
3
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 CREDENTIALS'
9         )
10
11
12 bld.SAMBA_PYTHON('pyldbsamba', 'pyldb.c',
13                                  deps='LDBSAMBA pyparam_util',
14                                  realname='samba/_ldb.so')