From fea121490fecfb173113f2e94cb1ee73b94bb224 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 24 Aug 1997 06:10:39 +0000 Subject: [PATCH] added kaserver.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3104 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdc/Makefile.am b/kdc/Makefile.am index 55fbc0498..da7299449 100644 --- a/kdc/Makefile.am +++ b/kdc/Makefile.am @@ -13,7 +13,7 @@ libexec_PROGRAMS = hprop hpropd kdc hprop_SOURCES = hprop.c hprop-common.c hpropd_SOURCES = hpropd.c hprop-common.c -kdc_SOURCES = 524.c connect.c config.c kerberos4.c kerberos5.c log.c main.c misc.c +kdc_SOURCES = 524.c connect.c config.c kerberos4.c kerberos5.c log.c main.c misc.c kaserver.c if KRB4 hprop_LDADD = -L$(top_builddir)/lib/hdb -lhdb -L$(top_builddir)/lib/krb5 -lkrb5 -L$(top_builddir)/lib/des -ldes $(LIB_krb4) -lkdb $(LIB_krb4) -L$(top_builddir)/lib/asn1 -lasn1 -L$(top_builddir)/lib/roken -lroken