mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
27e6e45164
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
9 lines
295 B
Plaintext
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)
|