From c747d3b0c9525787efa4c7d612a0d0f7c6502862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Apr 2005 13:45:31 +0000 Subject: [PATCH] always add kaserver git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14913 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/Makefile.am | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/kdc/Makefile.am b/kdc/Makefile.am index 09ddfc86a..092e4695b 100644 --- a/kdc/Makefile.am +++ b/kdc/Makefile.am @@ -19,12 +19,6 @@ kstash_SOURCES = kstash.c headers.h string2key_SOURCES = string2key.c headers.h -if KRB4 -krb4_sources = kaserver.c rx.h -else -krb4_sources = -endif - kdc_SOURCES = \ config.c \ connect.c \ @@ -36,7 +30,8 @@ kdc_SOURCES = \ misc.c \ 524.c \ kerberos4.c \ - $(krb4_sources) + kaserver.c \ + rx.h hprop_LDADD = \