From db61da40c2f109b6ef76f669b825ddac16f5198a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 23 Mar 1999 16:09:05 +0000 Subject: [PATCH] libkafs git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5717 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/rsh/Makefile.am b/appl/rsh/Makefile.am index 2c1aefee7..afef31e97 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -12,8 +12,8 @@ rsh_SOURCES = rsh.c common.c rsh_locl.h rshd_SOURCES = rshd.c common.c rsh_locl.h -LDADD = $(top_builddir)/lib/krb5/libkrb5.la \ +LDADD = $(LIB_kafs) \ + $(LIB_krb5) \ $(LIB_krb4) \ $(top_builddir)/lib/des/libdes.la \ - $(top_builddir)/lib/asn1/libasn1.la \ $(top_builddir)/lib/roken/libroken.la