1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib/dbwrap/wscript_build

9 lines
312 B
Plaintext
Raw Normal View History

SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_tdb.c
dbwrap_local_open.c'''
DEPS= '''samba-util util_tdb samba-errors tdb tdb-wrap samba-hostconfig tevent tevent-util'''
bld.SAMBA_LIBRARY('dbwrap',
source=SRC,
deps=DEPS,
private_library=True)