1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

build: enable pytdb

This commit is contained in:
Andrew Tridgell 2010-03-17 17:20:02 +11:00
parent 10935a3354
commit 69fb313233

View File

@ -46,3 +46,9 @@ def build(bld):
bld.SAMBA_BINARY('tdbtool',
'tools/tdbtool.c',
'tdb')
bld.SAMBA_PYTHON('pytdb',
'pytdb.c',
deps='tdb',
realname='tdb.so')