From 93a9c8d495a4e7791c45ce34381aed2922b675a5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 28 Aug 2002 22:57:42 +0000 Subject: [PATCH] (make_print_version_LDADD): do not hardcode -ldes, use $(LIB_des) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11304 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/vers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vers/Makefile.am b/lib/vers/Makefile.am index 45e7bc8b1..acf04a3db 100644 --- a/lib/vers/Makefile.am +++ b/lib/vers/Makefile.am @@ -14,7 +14,7 @@ if KRB4 if KRB5 ## need to link with des here; otherwise, if krb4 is shared the link ## will fail with unresolved references -make_print_version_LDADD = $(LIB_krb4) -ldes +make_print_version_LDADD = $(LIB_krb4) $(LIB_des) endif endif