1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s4-torture: dns torture test depends on AD DC build

This commit is contained in:
Alexander Bokovoy 2012-09-06 15:29:13 +03:00
parent d08242c840
commit dd2ab2e679

View File

@ -1,10 +1,11 @@
#!/usr/bin/env python
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
)
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
)