s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[kamenim/samba-autobuild/.git] / source4 / lib / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/lib/basic.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('LZXPRESS',
8         source='../../lib/compression/lzxpress.c'
9         )
10
11
12 bld.SAMBA_SUBSYSTEM('GENCACHE',
13         source='../../source3/lib/gencache.c',
14         enabled=False,
15         deps='TDB_WRAP'
16         )
17
18
19 bld.SAMBA_SUBSYSTEM('LDB_WRAP',
20         source='ldb_wrap.c',
21         public_deps='ldb',
22         public_headers='ldb_wrap.h',
23         deps='LDBSAMBA UTIL_LDB'
24         )
25
26
27 bld.SAMBA_SUBSYSTEM('TDB_WRAP',
28         source='tdb_wrap.c',
29         public_deps='tdb',
30         public_headers='tdb_wrap.h'
31         )
32