From 5eef63c1b0b0f87681b5f36de142b952b1ad9ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 7 May 2003 11:47:49 +0000 Subject: [PATCH] always include auth.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12231 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/Makefile.am b/appl/ftp/ftpd/Makefile.am index f720c0364..a55aee5a4 100644 --- a/appl/ftp/ftpd/Makefile.am +++ b/appl/ftp/ftpd/Makefile.am @@ -9,7 +9,7 @@ libexec_PROGRAMS = ftpd CHECK_LOCAL = if KRB4 -krb4_sources = krb4.c kauth.c +krb4_sources = krb4.c endif if KRB5 krb5_sources = gssapi.c gss_userok.c @@ -25,6 +25,7 @@ ftpd_SOURCES = \ pathnames.h \ popen.c \ security.c \ + kauth.c \ $(krb4_sources) \ $(krb5_sources)