ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem
[Samba.git] / ctdb / lib / util / wscript_build
blob89e69588b006323561f67000c0e600602513d92f
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('ctdb-util',
4 source='''util.c util_file.c util_time.c
5 debug.c fault.c idtree.c signal.c
6 substitute.c''',
7 deps='tdb talloc',
8 public_deps='talloc tevent',
9 local_include=False,