mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
ed6a4e04e1
This makes the code use dbwrap_local_open(), so it can handle NTDB. brlock.tdb, notify.tdb and openfiles.tdb can now be brlock.ntdb, notify.ntdb and openfiles.ntdb, if 'use ntdb' is set. Cc: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Jeremy Allison <jra@samba.org>
9 lines
215 B
Python
9 lines
215 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('cluster',
|
|
source='cluster.c local.c',
|
|
deps='dbwrap samba-hostconfig talloc',
|
|
private_library=True
|
|
)
|
|
|