source: vendor/current/lib/dbwrap/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 308 bytes
Line 
1SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_cache.c dbwrap_tdb.c
2 dbwrap_local_open.c'''
3DEPS= '''samba-util util_tdb samba-errors tdb tdb-wrap samba-hostconfig'''
4
5bld.SAMBA_LIBRARY('dbwrap',
6 source=SRC,
7 deps=DEPS,
8 private_library=True)
Note: See TracBrowser for help on using the repository browser.