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:
parent
d08242c840
commit
dd2ab2e679
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user