s3-registry: fix upgrade code
[Samba/gebeck_regimport.git] / source4 / ntptr / wscript_build
blobce858ae2d532635fef575e1e115ffe074766773e
1 #!/usr/bin/env python
3 bld.SAMBA_MODULE('ntptr_simple_ldb',
4 source='simple_ldb/ntptr_simple_ldb.c',
5 subsystem='ntptr',
6 init_function='ntptr_simple_ldb_init',
7 deps='ldb NDR_SPOOLSS DCERPC_COMMON ldbsamba'
11 bld.SAMBA_SUBSYSTEM('ntptr',
12 source='ntptr_base.c ntptr_interface.c',
13 autoproto='ntptr_proto.h',
14 public_deps='DCERPC_COMMON'