mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
9d97bf3f47
This simply opens a tdb: it will eventually switch depending on the extension. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
13 lines
379 B
Plaintext
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)
|
|
|