51c8f4f3ebe403546f98c732c3f0825ddbf1db48
[obnox/samba/samba-obnox.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