1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
2012-09-07 12:31:42 +02:00

12 lines
292 B
Python

#!/usr/bin/env python
if bld.AD_DC_BUILD_IS_ENABLED():
bld.SAMBA_MODULE('TORTURE_DNS',
source='dlz_bind9.c',
subsystem='smbtorture',
init_function='torture_dns_init',
cflags='-DBIND_VERSION_9_8',
deps='torture talloc torturemain dlz_bind9_for_torture',
internal_module=True
)