3282e8693f2bddc5f53b0e1cf03895fb115f45ff
[samba.git] / source4 / ntptr / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../source4/ntptr/config.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_MODULE('ntptr_simple_ldb',
6         source='simple_ldb/ntptr_simple_ldb.c',
7         subsystem='ntptr',
8         init_function='ntptr_simple_ldb_init',
9         deps='ldb NDR_SPOOLSS DCERPC_COMMON'
10         )
11
12
13 bld.SAMBA_SUBSYSTEM('ntptr',
14         source='ntptr_base.c ntptr_interface.c',
15         autoproto='ntptr_proto.h',
16         public_deps='DCERPC_COMMON'
17         )
18