diff options
Diffstat (limited to 'klickety')
-rw-r--r-- | klickety/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klickety/Makefile.am b/klickety/Makefile.am index 2c99a868..7b603aa9 100644 --- a/klickety/Makefile.am +++ b/klickety/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = pics -INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libkdegames/highscore -I$(top_srcdir)/libkdegames $(all_includes) +INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libtdegames/highscore -I$(top_srcdir)/libtdegames $(all_includes) KDE_CXXFLAGS = $(KDE_USE_FPIE) @@ -36,7 +36,7 @@ install-data-local: && echo "" \ && echo "If the system-wide highscore file does not exist, it is" \ && echo "created with the correct ownership and permissions. See the" \ - && echo "INSTALL file in \"kdegames/libkdegames/highscore\" for details." \ + && echo "INSTALL file in \"kdegames/libtdegames/highscore\" for details." \ && echo "" \ && echo "********************************************************" \ ) || true |