index 7288b54..6525f11 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -110,7 +110,6 @@ if (ENABLE_JIT)
 	endif()
 endif()
 
-add_subdirectory(teakra EXCLUDE_FROM_ALL)
 target_link_libraries(core teakra)
 
 
index c889aff..a6339d9 100644
--- a/src/DSi_DSP.cpp
+++ b/src/DSi_DSP.cpp
@@ -16,7 +16,7 @@
     with melonDS. If not, see http://www.gnu.org/licenses/.
 */
 
-#include "teakra/include/teakra/teakra.h"
+#include "teakra/teakra.h"
 
 #include "DSi.h"
 #include "DSi_DSP.h"
