From 2db3fe36d11a4b9a8c591d54db2a4b2f7d0b3ef7 Mon Sep 17 00:00:00 2001 From: EinMByte Date: Sun, 2 Aug 2015 23:22:13 +0200 Subject: [PATCH] Fix building with CMake (typo in commit 12dd8a3) --- build/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 59fe111b..875c745b 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -63,7 +63,7 @@ set (DAEMON_SRC "${CMAKE_SOURCE_DIR}/HTTPServer.cpp" "${CMAKE_SOURCE_DIR}/I2PService.cpp" "${CMAKE_SOURCE_DIR}/i2pcontrol/I2PControl.cpp" - "${CMAKE_SOURCE_DIR}/i2pcontrol/I2PServer.cpp" + "${CMAKE_SOURCE_DIR}/i2pcontrol/I2PControlServer.cpp" "${CMAKE_SOURCE_DIR}/I2PTunnel.cpp" "${CMAKE_SOURCE_DIR}/SAM.cpp" "${CMAKE_SOURCE_DIR}/SOCKS.cpp"