blob: d172efbb6ecc689480dd43410957b2691a7733ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
bld.SAMBA_LIBRARY('dbwrap',
source='''
dbwrap.c
dbwrap_util.c
dbwrap_rbt.c
dbwrap_cache.c
dbwrap_tdb.c
''',
deps='samba-util util_tdb errors tdb tdb-wrap',
private_library=True)
|