From ef9a8bf05328d290f82613037f5419f0d5e87eb5 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 18 Oct 2013 15:51:20 +0200 Subject: Remove tunneling support It's depending on an unmaintained package (slirp), and I don't think anyone uses that code. It's not tested upstream nor in fedora, so let's remove it. --- client/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'client/Makefile.am') diff --git a/client/Makefile.am b/client/Makefile.am index ebc6ce0d..97b56f6c 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -155,13 +155,6 @@ else PLATFORM_INCLUDES=-I$(top_srcdir)/client/x11 endif -if SUPPORT_TUNNEL -spicec_SOURCES += \ - tunnel_channel.cpp \ - tunnel_channel.h \ - $(NULL) -endif - if SUPPORT_GUI spicec_SOURCES += \ gui/gui.cpp \ -- cgit