s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[nivanova/samba-autobuild/.git] / source4 / ntptr / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/ntptr/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_MODULE('ntptr_simple_ldb',
8         source='simple_ldb/ntptr_simple_ldb.c',
9         subsystem='ntptr',
10         init_function='ntptr_simple_ldb_init',
11         deps='ldb NDR_SPOOLSS DCERPC_COMMON'
12         )
13
14
15 bld.SAMBA_SUBSYSTEM('ntptr',
16         source='ntptr_base.c ntptr_interface.c',
17         autoproto='ntptr_proto.h',
18         public_deps='DCERPC_COMMON'
19         )
20