1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/dbwrap/wscript_build
Volker Lendecke 27e6e45164 dbwrap: Remove dependency on samba-hostconfig
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2018-04-24 01:53:19 +02:00

9 lines
295 B
Plaintext

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 tevent tevent-util'''
bld.SAMBA_LIBRARY('dbwrap',
source=SRC,
deps=DEPS,
private_library=True)