Files
heimdal/lib/Makefile.am
Nicolas Williams cbe156d927 Use OpenSSL 3.x _only_ and implement RFC 8636
- No more OpenSSL 1.x support
 - Remove 1DES and 3DES
 - Remove NETLOGON, NTLM (client and 'digest' service)
2026-01-18 19:06:16 -06:00

39 lines
456 B
Makefile

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
SUBDIRS = \
roken \
vers \
$(dir_com_err) \
base \
$(dir_editline) \
sl \
wind \
asn1 \
$(dir_sqlite) \
ipc \
hx509 \
krb5 \
gssapi \
gss_preauth \
hdb \
kadm5 \
$(dir_dce)
EXTRA_DIST = NTMakefile heimdal