From 7f75b15fe27f084d9087768f9454f73a8ca6ac6a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 18 Mar 1999 14:28:23 +0000 Subject: [PATCH] clean ftpcmd.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5614 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/Makefile.am b/appl/ftp/ftpd/Makefile.am index 63857ca14..c7395faa4 100644 --- a/appl/ftp/ftpd/Makefile.am +++ b/appl/ftp/ftpd/Makefile.am @@ -38,7 +38,7 @@ krb4.c: gssapi.c: @test -f gssapi.c || $(LN_S) $(srcdir)/../ftp/gssapi.c . -CLEANFILES = security.c security.h krb4.c gssapi.c +CLEANFILES = security.c security.h krb4.c gssapi.c ftpcmd.c LDADD = ../common/libcommon.a \ $(LIB_kafs) \