From 903e40d40328bbd8366776a887fb155e4ac604a6 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 15 Nov 2000 23:11:05 +0000 Subject: [PATCH] (SUBDIRS): try to only link des when needed git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9193 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 0aa2a33e8..9e8ff3e64 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,5 +12,5 @@ if DCE dir_dce = kdfs endif -SUBDIRS = @DIR_roken@ vers editline com_err sl asn1 des krb5 \ +SUBDIRS = @DIR_roken@ vers editline com_err sl asn1 @DIR_des@ krb5 \ kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) $(dir_dce)