mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
7055827b8f
This makes it clearer that we always want to do heimdal changes via the lorikeet-heimdal repository. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz> Autobuild-User(master): Joseph Sutton <jsutton@samba.org> Autobuild-Date(master): Wed Jan 19 21:41:59 UTC 2022 on sn-devel-184
51 lines
570 B
Makefile
51 lines
570 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
if LIBEDIT
|
|
dir_editline = libedit
|
|
endif
|
|
if OTP
|
|
dir_otp = otp
|
|
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) \
|
|
hcrypto \
|
|
ipc \
|
|
hx509 \
|
|
krb5 \
|
|
ntlm \
|
|
$(dir_afs) \
|
|
gssapi \
|
|
gss_preauth \
|
|
hdb \
|
|
kadm5 \
|
|
$(dir_otp) \
|
|
$(dir_dce)
|
|
|
|
EXTRA_DIST = NTMakefile heimdal
|