e2c77b25e1ae0f9a278027aa6f1fc8f00e58f5d4
[samba.git] / source4 / lib / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../source4/lib/basic.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_SUBSYSTEM('LZXPRESS',
6         source='../../lib/compression/lzxpress.c'
7         )
8
9
10 bld.SAMBA_SUBSYSTEM('GENCACHE',
11         source='../../source3/lib/gencache.c',
12         enabled=False,
13         deps='TDB_WRAP'
14         )
15
16
17 bld.SAMBA_SUBSYSTEM('LDB_WRAP',
18         source='ldb_wrap.c',
19         public_deps='ldb',
20         public_headers='ldb_wrap.h',
21         deps='LDBSAMBA UTIL_LDB'
22         )
23
24
25 bld.SAMBA_SUBSYSTEM('TDB_WRAP',
26         source='tdb_wrap.c',
27         public_deps='tdb',
28         public_headers='tdb_wrap.h'
29         )
30