summaryrefslogtreecommitdiffstats
path: root/libksirtet/common
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-04-27 22:18:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-04-27 22:18:38 +0900
commitafd698aa6058379c021ff7062465eee7da714101 (patch)
tree8444dac5cf92351c4edad5c50778ea0d0979d235 /libksirtet/common
parentf1f09914546b311028592dfb83db4e33d205dac6 (diff)
downloadtdegames-afd698aa6058379c021ff7062465eee7da714101.tar.gz
tdegames-afd698aa6058379c021ff7062465eee7da714101.zip
Rearrangement of libtdegames highscore headers.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libksirtet/common')
-rw-r--r--libksirtet/common/CMakeLists.txt1
-rw-r--r--libksirtet/common/Makefile.am2
-rw-r--r--libksirtet/common/inter.h2
3 files changed, 2 insertions, 3 deletions
diff --git a/libksirtet/common/CMakeLists.txt b/libksirtet/common/CMakeLists.txt
index a094ea8b..b2b5f7a5 100644
--- a/libksirtet/common/CMakeLists.txt
+++ b/libksirtet/common/CMakeLists.txt
@@ -16,7 +16,6 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/libksirtet
${CMAKE_SOURCE_DIR}/libksirtet/base
- ${CMAKE_SOURCE_DIR}/libtdegames/highscore
${CMAKE_SOURCE_DIR}/libtdegames
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
diff --git a/libksirtet/common/Makefile.am b/libksirtet/common/Makefile.am
index dcce4c2a..d4582f9e 100644
--- a/libksirtet/common/Makefile.am
+++ b/libksirtet/common/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(srcdir)/../base -I$(top_srcdir)/libtdegames/highscore -I$(top_srcdir)/libtdegames $(all_includes)
+INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(srcdir)/../base -I$(top_srcdir)/libtdegames $(all_includes)
# Don't compile with hidden symbols since we are a library.
if disable_VISIBILITY
diff --git a/libksirtet/common/inter.h b/libksirtet/common/inter.h
index 09e014b2..fbf78c77 100644
--- a/libksirtet/common/inter.h
+++ b/libksirtet/common/inter.h
@@ -1,7 +1,7 @@
#ifndef COMMON_INTER_H
#define COMMON_INTER_H
-#include <kexthighscore.h>
+#include <highscore/kexthighscore.h>
#include "lib/libksirtet_export.h"
#include "lib/mp_simple_interface.h"