diff options
Diffstat (limited to 'crypto/heimdal/appl/rsh/Makefile.am')
-rw-r--r-- | crypto/heimdal/appl/rsh/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/heimdal/appl/rsh/Makefile.am b/crypto/heimdal/appl/rsh/Makefile.am index 0875f9ffe7dc2..c005b9e5ac129 100644 --- a/crypto/heimdal/appl/rsh/Makefile.am +++ b/crypto/heimdal/appl/rsh/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.13 1999/04/09 18:24:05 assar Exp $ +# $Id: Makefile.am,v 1.14 2000/02/07 03:13:00 assar Exp $ include $(top_srcdir)/Makefile.am.common @@ -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) |