diff --git a/CMakeLists.txt b/CMakeLists.txt index a29ac5555..fa9ef8236 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -246,7 +246,7 @@ ENDIF() FIND_HELPER(PORTAUDIO portaudio-2.0 portaudio.h portaudio) FIND_HELPER(PORTMIDI portmidi portmidi.h portmidi) FIND_HELPER(PULSEAUDIO libpulse pulse/pulseaudio.h pulse) -FIND_HELPER(LASH lash-1.0 lash/lash.h lash) +FIND_HELPER(LASH liblash lash-1.0/lash/lash.h lash) FIND_HELPER(LRDF lrdf lrdf.h lrdf) FIND_HELPER(RUBBERBAND rubberband rubberband/RubberBandStretcher.h rubberband) diff --git a/src/core/Lash/LashClient.cpp b/src/core/Lash/LashClient.cpp index b0d758e4c..201d84d0b 100644 --- a/src/core/Lash/LashClient.cpp +++ b/src/core/Lash/LashClient.cpp @@ -30,7 +30,7 @@ #if defined(H2CORE_HAVE_LASH) || _DOXYGEN_ -#include +include #include #include diff --git a/src/core/Lash/LashClient.h b/src/core/Lash/LashClient.h index 83f6aa0d0..f61b9cfa4 100644 --- a/src/core/Lash/LashClient.h +++ b/src/core/Lash/LashClient.h @@ -27,7 +27,7 @@ #ifndef LASH_CLIENT #define LASH_CLIENT -#include +include #include #include diff --git a/src/gui/src/MainForm.cpp b/src/gui/src/MainForm.cpp index 4e1c40f36..58642ac62 100644 --- a/src/gui/src/MainForm.cpp +++ b/src/gui/src/MainForm.cpp @@ -73,7 +73,7 @@ #endif #ifdef H2CORE_HAVE_LASH -#include +include #include #endif