From cfe2d8f02d7be4317f151846837728886f22d8fb Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 15 Jul 2001 04:21:07 +0000 Subject: [PATCH] use LIB_des, so that we link with libcrypto/libdes from krb4 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10340 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/afskauthlib/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/auth/afskauthlib/Makefile.am b/lib/auth/afskauthlib/Makefile.am index 614fc765a..560c79b0f 100644 --- a/lib/auth/afskauthlib/Makefile.am +++ b/lib/auth/afskauthlib/Makefile.am @@ -31,8 +31,8 @@ L = \ $(KAFS) \ $(top_builddir)/lib/krb5/libkrb5.la \ $(top_builddir)/lib/asn1/libasn1.la \ - $(LIB_krb4) \ - $(top_builddir)/lib/des/libdes.la \ + $(LIB_krb4) \ + $(LIB_des) \ $(top_builddir)/lib/roken/libroken.la \ -lc @@ -40,8 +40,8 @@ else L = \ $(KAFS) \ - $(LIB_krb4) \ - $(top_builddir)/lib/des/libdes.la \ + $(LIB_krb4) \ + $(LIB_des) \ $(top_builddir)/lib/roken/libroken.la \ -lc endif