1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

build: Remove unused dependencies

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>
This commit is contained in:
Joseph Sutton 2022-11-03 17:31:20 +13:00 committed by Andrew Bartlett
parent be1431a893
commit 77bb72d672
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
source='gssapi_pac.c kerberos_pac.c gssapi_helper.c',
deps='gssapi_krb5 ndr-krb5pac krb5samba')
deps='gssapi ndr-krb5pac krb5samba')

View File

@ -8,7 +8,7 @@ bld.SAMBA_SUBSYSTEM('KRB_INIT_CTX',
bld.SAMBA_LIBRARY('authkrb5',
source='kerberos_pac.c',
autoproto='proto.h',
public_deps='ndr-krb5pac krb5samba samba_socket LIBCLI_RESOLVE asn1',
public_deps='ndr-krb5pac krb5samba samba_socket LIBCLI_RESOLVE',
deps='common_auth tevent LIBPACKET ndr ldb krb5samba KRB_INIT_CTX KRB5_PAC samba-errors',
private_library=True
)

View File

@ -58,7 +58,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_WREPL',
bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE',
source='resolve/resolve.c',
autoproto='resolve/proto.h',
deps='roken',
public_deps='ndr_nbt LIBTSOCKET'
)