mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
77bb72d672
We don't need to include these any more, and removing them allows us to simplify the build system for system Heimdal builds. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
5 lines
185 B
Python
5 lines
185 B
Python
#!/usr/bin/env python
|
|
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
|
|
source='gssapi_pac.c kerberos_pac.c gssapi_helper.c',
|
|
deps='gssapi ndr-krb5pac krb5samba')
|