summaryrefslogtreecommitdiffstats
path: root/source4/torture/krb5/wscript_build
blob: 3d3a84051cd90eed6a4c42d960b3be2105672b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python
if bld.CONFIG_SET('SAMBA4_USES_HEIMDAL'):
      bld.SAMBA_MODULE('TORTURE_KRB5',
                       source='kdc.c kdc-canon.c',
                       autoproto='proto.h',
                       subsystem='smbtorture',
                       init_function='torture_krb5_init',
                       deps='authkrb5 popt POPT_CREDENTIALS torture KERBEROS_UTIL',
                       internal_module=True
                 )