diff options
Diffstat (limited to 'kbounce/Makefile.am')
-rw-r--r-- | kbounce/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbounce/Makefile.am b/kbounce/Makefile.am index d0502def..19bebdbc 100644 --- a/kbounce/Makefile.am +++ b/kbounce/Makefile.am @@ -6,7 +6,7 @@ endif SUBDIRS = pics sounds -INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) METASOURCES = AUTO KDE_CXXFLAGS = $(KDE_USE_FPIE) @@ -40,7 +40,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 "********************************************************" ;\ fi |