1 2 3 4 5 6 7
#!/usr/bin/env python def build(bld): bld.SAMBA_LIBRARY('tdb_compat', source='tdb_compat.c', deps='replace tdb', private_library=True)