summaryrefslogtreecommitdiff
path: root/source4/torture/dns/wscript_build
blob: 674a3a0c2bd78a391e9db37d02d3cde90626b562 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
		)