diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index b73415ae..0c40d5a9 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -85,7 +85,7 @@ set(DAEMON_SRC "${DAEMON_SRC_DIR}/Daemon.cpp" "${DAEMON_SRC_DIR}/HTTPServer.cpp" "${DAEMON_SRC_DIR}/I2PControl.cpp" - "${DAEMON_SRC_DIR}/I2PControlHeaders.cpp" + "${DAEMON_SRC_DIR}/I2PControlHandlers.cpp" "${DAEMON_SRC_DIR}/i2pd.cpp" "${DAEMON_SRC_DIR}/UPnP.cpp" )