diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-27 22:18:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-27 22:18:38 +0900 |
commit | afd698aa6058379c021ff7062465eee7da714101 (patch) | |
tree | 8444dac5cf92351c4edad5c50778ea0d0979d235 /kfouleggs | |
parent | f1f09914546b311028592dfb83db4e33d205dac6 (diff) | |
download | tdegames-afd698aa6058379c021ff7062465eee7da714101.tar.gz tdegames-afd698aa6058379c021ff7062465eee7da714101.zip |
Rearrangement of libtdegames highscore headers.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kfouleggs')
-rw-r--r-- | kfouleggs/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kfouleggs/Makefile.am | 2 | ||||
-rw-r--r-- | kfouleggs/main.cpp | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/kfouleggs/CMakeLists.txt b/kfouleggs/CMakeLists.txt index a295f934..ae0b2f69 100644 --- a/kfouleggs/CMakeLists.txt +++ b/kfouleggs/CMakeLists.txt @@ -19,7 +19,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/libksirtet ${CMAKE_SOURCE_DIR}/libksirtet/base ${CMAKE_SOURCE_DIR}/libtdegames - ${CMAKE_SOURCE_DIR}/libtdegames/highscore ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kfouleggs/Makefile.am b/kfouleggs/Makefile.am index 967e01bd..c126c0dd 100644 --- a/kfouleggs/Makefile.am +++ b/kfouleggs/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libksirtet/base -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) +INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libksirtet/base -I$(top_srcdir)/libtdegames $(all_includes) SUBDIRS = pics diff --git a/kfouleggs/main.cpp b/kfouleggs/main.cpp index efc27d6c..884837d6 100644 --- a/kfouleggs/main.cpp +++ b/kfouleggs/main.cpp @@ -3,7 +3,7 @@ #include <tdelocale.h> #include <tdeapplication.h> -#include <khighscore.h> +#include <highscore/khighscore.h> #include "common/inter.h" #include "common/highscores.h" |