1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00
samba-mirror/lib/dbwrap/wscript_build

12 lines
341 B
Plaintext
Raw Normal View History

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)