From add09995a5450efd693a8ea4e56b235398e479b2 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 18 Mar 1999 10:28:04 +0000 Subject: [PATCH] remove junk git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5582 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/appl/ftp/ftp/Makefile.am b/appl/ftp/ftp/Makefile.am index d9f2d6ccf..419ddf188 100644 --- a/appl/ftp/ftp/Makefile.am +++ b/appl/ftp/ftp/Makefile.am @@ -11,11 +11,6 @@ krb4_sources = krb4.c kauth.c endif if KRB5 krb5_sources = gssapi.c -x = \ - $(top_builddir)/lib/gssapi/libgssapi.la \ - $(top_builddir)/lib/krb5/libkrb5.la \ - $(top_builddir)/lib/asn1/libasn1.la - endif ftp_SOURCES = \ @@ -37,11 +32,10 @@ ftp_SOURCES = \ EXTRA_ftp_SOURCES = krb4.c kauth.c gssapi.c -LIB_tgetent = @LIB_tgetent@ - LDADD = \ ../common/libcommon.a \ - $(x) \ + $(LIB_gssapi) \ + $(LIB_krb5) \ $(LIB_krb4) \ $(top_builddir)/lib/des/libdes.la \ $(top_builddir)/lib/roken/libroken.la \