Make the directories test automake conditional so automake can include

directories in make dist step.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19253 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-06 13:36:36 +00:00
parent 0dff0819ef
commit a2bf2a8e79

View File

@@ -11,6 +11,12 @@ endif
if DCE
dir_dce = kdfs
endif
if !COM_ERR
dir_com_err = com_err
endif
if !HAVE_OPENSSL
dir_des = des
endif
SUBDIRS = @DIR_roken@ vers editline @DIR_com_err@ sl asn1 @DIR_des@ hx509 \
SUBDIRS = roken vers editline $(dir_com_err) sl asn1 $(dir_des) hx509 \
krb5 kafs gssapi hdb kadm5 auth $(dir_45) $(dir_otp) $(dir_dce)