Files
heimdal/lib/Makefile.am
Nicolas Williams 7439820618 hcrypto, otp: Remove hcrypto and otp!
We must switch to OpenSSL 3.x, and getting lib/hcrypto to provide
OpenSSL 3.x APIs is too large an undertaking.  Plus the hcrypto backend
is not safe, not secure (probably has timing leaks galore), and no one
has the resources to make it a world-class crypto library, so it just
has to go.
2026-01-18 16:09:31 -06:00

46 lines
518 B
Makefile

# $Id$
include $(top_srcdir)/Makefile.am.common
if LIBEDIT
dir_editline = libedit
endif
if DCE
dir_dce = kdfs
endif
if COM_ERR
dir_com_err = com_err
endif
if !SQLITE3
dir_sqlite = sqlite
endif
if MAINTAINER_MODE
dir_sqlite = sqlite
endif
if !NO_AFS
dir_afs = kafs
endif
SUBDIRS = \
roken \
vers \
$(dir_com_err) \
base \
$(dir_editline) \
sl \
wind \
asn1 \
$(dir_sqlite) \
ipc \
hx509 \
krb5 \
ntlm \
$(dir_afs) \
gssapi \
gss_preauth \
hdb \
kadm5 \
$(dir_dce)
EXTRA_DIST = NTMakefile heimdal