mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
8ba7bee613
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
9 lines
302 B
Plaintext
9 lines
302 B
Plaintext
SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_cache.c dbwrap_tdb.c
|
|
dbwrap_local_open.c'''
|
|
DEPS= '''samba-util util_tdb errors tdb tdb-wrap samba-hostconfig'''
|
|
|
|
bld.SAMBA_LIBRARY('dbwrap',
|
|
source=SRC,
|
|
deps=DEPS,
|
|
private_library=True)
|