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 /libksirtet/common/Makefile.am | |
parent | cd42115f94ac82d512d0edcb4909a536243b514f (diff) | |
download | tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip |
Rename kde libraries to tde
Diffstat (limited to 'libksirtet/common/Makefile.am')
-rw-r--r-- | libksirtet/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libksirtet/common/Makefile.am b/libksirtet/common/Makefile.am index 1c11265d..3453ec2c 100644 --- a/libksirtet/common/Makefile.am +++ b/libksirtet/common/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(srcdir)/../base -I$(top_srcdir)/libkdegames/highscore -I$(top_srcdir)/libkdegames $(all_includes) +INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(srcdir)/../base -I$(top_srcdir)/libtdegames/highscore -I$(top_srcdir)/libtdegames $(all_includes) # Don't compile with hidden symbols since we are a library. if disable_VISIBILITY |