From 27b966361075623421955d9ac045a70c50d4d206 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 7 Feb 2000 03:13:00 +0000 Subject: [PATCH] (LDADD): make sure we use the heimdal libdes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7875 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/appl/rsh/Makefile.am b/appl/rsh/Makefile.am index b84425094..fc7b8d81c 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -14,6 +14,7 @@ rshd_SOURCES = rshd.c common.c rsh_locl.h LDADD = $(LIB_kafs) \ $(LIB_krb5) \ + $(top_builddir)/lib/des/libdes.la \ $(LIB_krb4) \ $(top_builddir)/lib/des/libdes.la \ $(LIB_roken)