mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
lib/util make UTIL_TDB a library
This commit is contained in:
parent
5694ba507c
commit
fe458f23ad
@ -57,10 +57,11 @@ bld.SAMBA_LIBRARY('wrap_xattr',
|
||||
)
|
||||
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('UTIL_TDB',
|
||||
bld.SAMBA_LIBRARY('UTIL_TDB',
|
||||
source='util_tdb.c',
|
||||
local_include=False,
|
||||
public_deps='tdb talloc'
|
||||
public_deps='tdb talloc',
|
||||
private_library=True
|
||||
)
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('UTIL_TEVENT',
|
||||
|
Loading…
Reference in New Issue
Block a user