From 10d85738974435045a555c94c7764d1ee85a9b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 7 May 2003 11:58:33 +0000 Subject: [PATCH] always include kauth.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12232 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appl/ftp/ftp/Makefile.am b/appl/ftp/ftp/Makefile.am index 21b3c6819..de7117db9 100644 --- a/appl/ftp/ftp/Makefile.am +++ b/appl/ftp/ftp/Makefile.am @@ -9,7 +9,7 @@ bin_PROGRAMS = ftp CHECK_LOCAL = if KRB4 -krb4_sources = krb4.c kauth.c +krb4_sources = krb4.c endif if KRB5 krb5_sources = gssapi.c @@ -29,10 +29,11 @@ ftp_SOURCES = \ globals.c \ security.c \ security.h \ + kauth.c \ $(krb4_sources) \ $(krb5_sources) -EXTRA_ftp_SOURCES = krb4.c kauth.c gssapi.c +EXTRA_ftp_SOURCES = krb4.c gssapi.c man_MANS = ftp.1