1
0
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:
Andrew Bartlett 2011-04-08 12:55:49 +10:00 committed by Andrew Tridgell
parent 5694ba507c
commit fe458f23ad

View File

@ -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',