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
Rusty Russell 9d97bf3f47 dbwrap: dbwrap_local_open()
This simply opens a tdb: it will eventually switch depending on the
extension.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-06-22 07:35:17 +02:00

13 lines
379 B
Plaintext

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