From 4a7429b8a8be876de4c5c14117492c85d779134f Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 14 Dec 2014 07:52:31 -0500 Subject: [PATCH] don't build an ssh client --- jni/Android.mk | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/jni/Android.mk b/jni/Android.mk index 1028880..342c114 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -10,18 +10,6 @@ DROPBEAR_SRCS := $(DROPBEAR_PATH)/atomicio.c \ $(DROPBEAR_PATH)/bignum.c \ $(DROPBEAR_PATH)/buffer.c \ $(DROPBEAR_PATH)/circbuffer.c \ - $(DROPBEAR_PATH)/cli-agentfwd.c \ - $(DROPBEAR_PATH)/cli-auth.c \ - $(DROPBEAR_PATH)/cli-authinteract.c \ - $(DROPBEAR_PATH)/cli-authpasswd.c \ - $(DROPBEAR_PATH)/cli-authpubkey.c \ - $(DROPBEAR_PATH)/cli-channel.c \ - $(DROPBEAR_PATH)/cli-chansession.c \ - $(DROPBEAR_PATH)/cli-kex.c \ - $(DROPBEAR_PATH)/cli-main.c \ - $(DROPBEAR_PATH)/cli-runopts.c \ - $(DROPBEAR_PATH)/cli-session.c \ - $(DROPBEAR_PATH)/cli-tcpfwd.c \ $(DROPBEAR_PATH)/common-algo.c \ $(DROPBEAR_PATH)/common-channel.c \ $(DROPBEAR_PATH)/common-chansession.c \