From 853a266b7ff8795771e56af72dc288ce4dd0d34d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 30 Oct 2015 09:13:03 +0100 Subject: fix paths after rename --- protocol-wine/CMakeLists.txt | 2 +- protocol-wine/ftnoir_protocol_wine.h | 2 +- protocol-wine/opentrack-wrapper-wine-main.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'protocol-wine') diff --git a/protocol-wine/CMakeLists.txt b/protocol-wine/CMakeLists.txt index 682e50deb..db5eddb51 100644 --- a/protocol-wine/CMakeLists.txt +++ b/protocol-wine/CMakeLists.txt @@ -9,7 +9,7 @@ if(NOT WIN32) if(APPLE) set(my-rt) endif() - file(GLOB wine-deps ${CMAKE_SOURCE_DIR}/ftnoir_protocol_wine/*.cxx) + file(GLOB wine-deps ${CMAKE_SOURCE_DIR}/protocol-wine/*.cxx) add_custom_command( OUTPUT opentrack-wrapper-wine.exe.so DEPENDS ${wine-deps} diff --git a/protocol-wine/ftnoir_protocol_wine.h b/protocol-wine/ftnoir_protocol_wine.h index 2aeb4608f..f1c556d92 100644 --- a/protocol-wine/ftnoir_protocol_wine.h +++ b/protocol-wine/ftnoir_protocol_wine.h @@ -10,7 +10,7 @@ #include #include "opentrack/plugin-api.hpp" #include "opentrack-compat/shm.h" -#include "ftnoir_protocol_wine/wine-shm.h" +#include "protocol-wine/wine-shm.h" class FTNoIR_Protocol : public IProtocol { diff --git a/protocol-wine/opentrack-wrapper-wine-main.cxx b/protocol-wine/opentrack-wrapper-wine-main.cxx index ffe8938d2..875fc6ef4 100644 --- a/protocol-wine/opentrack-wrapper-wine-main.cxx +++ b/protocol-wine/opentrack-wrapper-wine-main.cxx @@ -5,7 +5,7 @@ #endif #include #include "freetrackclient/fttypes.h" -#include "ftnoir_protocol_wine/wine-shm.h" +#include "protocol-wine/wine-shm.h" #include "opentrack-compat/export.hpp" enum Axis { -- cgit v1.2.3