s4:torture:smb2: in the durable-v2-reopen1 test, use a minimal request
[Samba/gebeck_regimport.git] / source4 / ntptr / wscript_build
blob32c46fad4e065f149de7187706155bc6ece7fd91
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',
8 enabled=bld.AD_DC_BUILD_IS_ENABLED()
12 bld.SAMBA_SUBSYSTEM('ntptr',
13 source='ntptr_base.c ntptr_interface.c',
14 autoproto='ntptr_proto.h',
15 public_deps='DCERPC_COMMON',
16 enabled=bld.AD_DC_BUILD_IS_ENABLED()