mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
e511090a43
(and friends) from SAMBA_3_2, with some minor tweaks:
- avoid including network headers in replace.h unless absolutely required
- autoconf tests for getaddrinfo() in lib/replace
The heimdal-specific code also no longer looks for these functions anymore.
(This used to be commit b6d3fd84a5
)
16 lines
455 B
Makefile
16 lines
455 B
Makefile
#################################
|
|
# Start SUBSYSTEM KERBEROS
|
|
[SUBSYSTEM::KERBEROS]
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = kerberos.o \
|
|
clikrb5.o \
|
|
kerberos_heimdal.o \
|
|
kerberos_util.o \
|
|
kerberos_pac.o \
|
|
gssapi_parse.o \
|
|
krb5_init_context.o
|
|
PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba-socket LIBCLI_RESOLVE
|
|
PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam CREDENTIALS_KRB5
|
|
# End SUBSYSTEM KERBEROS
|
|
#################################
|