From a2bf2a8e79348ca371d2775da474e72d44464e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 6 Dec 2006 13:36:36 +0000 Subject: [PATCH] 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 --- lib/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 005df0088..1c6e90703 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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)