waf: Fix parsing of cross-answers file in case answer includes a colon
[Samba.git] / source4 / torture / krb5 / wscript_build
blob3d3a84051cd90eed6a4c42d960b3be2105672b87
1 #!/usr/bin/env python
2 if bld.CONFIG_SET('SAMBA4_USES_HEIMDAL'):
3 bld.SAMBA_MODULE('TORTURE_KRB5',
4 source='kdc.c kdc-canon.c',
5 autoproto='proto.h',
6 subsystem='smbtorture',
7 init_function='torture_krb5_init',
8 deps='authkrb5 popt POPT_CREDENTIALS torture KERBEROS_UTIL',
9 internal_module=True