s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[bbaumbach/samba-autobuild/.git] / source4 / lib / ldb-samba / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/lib/ldb-samba/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('LDBSAMBA',
8         source='ldif_handlers.c',
9         autoproto='ldif_handlers_proto.h',
10         public_deps='ldb',
11         deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS'
12         )
13