From b3556925e1542fd9e30f9c1f91e60f9c28fc8a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 26 Jan 2009 01:12:19 +0000 Subject: [PATCH] drop krbv4 support git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24509 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 bf770763a..9d0c4117d 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common -AM_CPPFLAGS += $(INCLUDE_krb4) -I$(srcdir)/../login +AM_CPPFLAGS += -I$(srcdir)/../login bin_PROGRAMS = rsh @@ -22,7 +22,6 @@ limits_conf.c: LDADD = $(LIB_kafs) \ $(LIB_krb5) \ - $(LIB_krb4) \ $(LIB_hcrypto) \ $(LIB_roken)