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 /kmines/Makefile.am | |
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 'kmines/Makefile.am')
-rw-r--r-- | kmines/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmines/Makefile.am b/kmines/Makefile.am index 260c9f46..f63617a1 100644 --- a/kmines/Makefile.am +++ b/kmines/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = data bitmaps solver -INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) KDE_CXXFLAGS = $(KDE_USE_FPIE) |