summaryrefslogtreecommitdiffstats
path: root/ksnake
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake')
-rw-r--r--ksnake/CMakeLists.txt1
-rw-r--r--ksnake/Makefile.am2
-rw-r--r--ksnake/game.cpp2
3 files changed, 2 insertions, 3 deletions
diff --git a/ksnake/CMakeLists.txt b/ksnake/CMakeLists.txt
index c47fbd3e..ada0dac8 100644
--- a/ksnake/CMakeLists.txt
+++ b/ksnake/CMakeLists.txt
@@ -7,7 +7,6 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/libtdegames
- ${CMAKE_SOURCE_DIR}/libtdegames/highscore/
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/ksnake/Makefile.am b/ksnake/Makefile.am
index 7b19cd49..84fe480d 100644
--- a/ksnake/Makefile.am
+++ b/ksnake/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore/ $(all_includes)
+INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes)
noinst_HEADERS = game.h rattler.h board.h bitmaps.h \
level.h ball.h snake.h basket.h startroom.h \
diff --git a/ksnake/game.cpp b/ksnake/game.cpp
index 8008b9ee..0641b7d3 100644
--- a/ksnake/game.cpp
+++ b/ksnake/game.cpp
@@ -37,7 +37,7 @@
#include <tdeconfigdialog.h>
#include <kstdgameaction.h>
-#include <kscoredialog.h>
+#include <highscore/kscoredialog.h>
#include <kstatusbar.h>
#include <tdemenubar.h>