diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
commit | 898d80dfae554b177a4f0a0d0f103b3b3976a6ea (patch) | |
tree | aedc02ad7983269381be9fc3ecf399321aabecea /kfouleggs/Makefile.am | |
parent | cd42115f94ac82d512d0edcb4909a536243b514f (diff) | |
download | tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip |
Rename kde libraries to tde
Diffstat (limited to 'kfouleggs/Makefile.am')
-rw-r--r-- | kfouleggs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfouleggs/Makefile.am b/kfouleggs/Makefile.am index a80ea7e6..762e8746 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)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes) +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) SUBDIRS = pics @@ -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 |