From 404e9c3ded8d378b95a7f80c0da654d30937d38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 21 Dec 2005 16:06:27 +0000 Subject: [PATCH] Remove DCE support. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16415 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appl/rsh/Makefile.am b/appl/rsh/Makefile.am index 83d25cc4d..77b278daa 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -21,5 +21,4 @@ LDADD = $(LIB_kafs) \ $(LIB_krb5) \ $(LIB_krb4) \ $(LIB_des) \ - $(LIB_roken) \ - $(LIB_kdfs) + $(LIB_roken)