- No more OpenSSL 1.x support - Remove 1DES and 3DES - Remove NETLOGON, NTLM (client and 'digest' service)
16 lines
196 B
Makefile
16 lines
196 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
if DCE
|
|
dir_dce = dceutils
|
|
endif
|
|
SUBDIRS = \
|
|
dbutils \
|
|
gssmask \
|
|
test \
|
|
kf \
|
|
$(dir_dce)
|
|
|
|
EXTRA_DIST = NTMakefile
|