s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[kamenim/samba-autobuild/.git] / source4 / ntvfs / common / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/common/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('ntvfs_common',
8         source='init.c brlock.c brlock_tdb.c opendb.c opendb_tdb.c notify.c',
9         autoproto='proto.h',
10         public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share'
11         )
12