mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
1475013963
This #if _SAMBA_BUILD == 3 is very unfortunate, as it means that in the top level build, these options are not available for these databases. However, having two different tdb_wrap lists is a worse fate, so this will do for now. Andrew Bartlett
8 lines
138 B
Python
8 lines
138 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('GENCACHE',
|
|
source='../../source3/lib/gencache.c',
|
|
enabled=False,
|
|
deps='tdb-wrap'
|
|
)
|