diff --git a/osdep/Http.cpp b/attic/Http.cpp similarity index 100% rename from osdep/Http.cpp rename to attic/Http.cpp diff --git a/osdep/Http.hpp b/attic/Http.hpp similarity index 100% rename from osdep/Http.hpp rename to attic/Http.hpp diff --git a/osdep/Phy.hpp b/attic/Phy.hpp similarity index 100% rename from osdep/Phy.hpp rename to attic/Phy.hpp diff --git a/osdep/PortMapper-libnatpmp.c b/attic/PortMapper-libnatpmp.c similarity index 100% rename from osdep/PortMapper-libnatpmp.c rename to attic/PortMapper-libnatpmp.c diff --git a/osdep/PortMapper-miniupnpc.c b/attic/PortMapper-miniupnpc.c similarity index 100% rename from osdep/PortMapper-miniupnpc.c rename to attic/PortMapper-miniupnpc.c diff --git a/osdep/PortMapper.cpp b/attic/PortMapper.cpp similarity index 100% rename from osdep/PortMapper.cpp rename to attic/PortMapper.cpp diff --git a/osdep/PortMapper.hpp b/attic/PortMapper.hpp similarity index 100% rename from osdep/PortMapper.hpp rename to attic/PortMapper.hpp diff --git a/osdep/CMakeLists.txt b/osdep/CMakeLists.txt index 538e3f7ea..0e4b584c0 100644 --- a/osdep/CMakeLists.txt +++ b/osdep/CMakeLists.txt @@ -3,14 +3,10 @@ project(zt_osdep) set(src Arp.cpp - Http.cpp EthernetTap.cpp ManagedRoute.cpp NeighborDiscovery.cpp OSUtils.cpp - PortMapper.cpp - PortMapper-miniupnpc.c - PortMapper-libnatpmp.c ) set(headers @@ -18,11 +14,8 @@ set(headers Binder.hpp BlockingQueue.hpp EthernetTap.hpp - Http.hpp ManagedRoute.hpp OSUtils.hpp - Phy.hpp - PortMapper.hpp Thread.hpp )