aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-03-25 14:52:19 +0200
committerRiccardo Spagni <ric@spagni.net>2016-03-25 14:52:19 +0200
commit287e88283cba79cf74b4282c76931713dc0ee9c2 (patch)
tree8ccdf79fc9c3d2c772e9f587529ac5898e863b0d /src/CMakeLists.txt
parentremove unecessary and bad std::move from portable_storage_template_helper.h (diff)
downloadmonero-287e88283cba79cf74b4282c76931713dc0ee9c2.tar.xz
remove connectivity tool, comment it out from munin plugins too
Diffstat (limited to '')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0ac4a0aa1..e2349744d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -87,7 +87,6 @@ add_subdirectory(wallet)
add_subdirectory(p2p)
add_subdirectory(cryptonote_protocol)
-add_subdirectory(connectivity_tool)
add_subdirectory(miner)
add_subdirectory(simplewallet)
add_subdirectory(daemonizer)