6 opt
.RECURSE('lib/tdb2')
10 conf
.env
.BUILD_TDB2
= getattr(Options
.options
, 'BUILD_TDB2', False)
12 if conf
.env
.BUILD_TDB2
:
13 conf
.RECURSE('lib/tdb2')
15 conf
.RECURSE('lib/tdb')
16 conf
.RECURSE('lib/ccan')
19 bld
.RECURSE('lib/ccan')
20 if bld
.env
.BUILD_TDB2
:
21 bld
.RECURSE('lib/tdb2')
23 bld
.RECURSE('lib/tdb')
24 bld
.SAMBA_LIBRARY('tdb_compat',
25 source
='tdb_compat.c',
26 deps
='replace tdb ccan',