mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
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
|