diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:03:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:03:32 -0600 |
commit | 1a4615a891172a58eff43f5ef0cd150b67798f4e (patch) | |
tree | 10cb98b2e3578be42f305684bb404c4eb8247ae2 /libtdegames/highscore/Makefile.am | |
parent | 891c539927a94a67f8c8482b10f95af8dea8b63f (diff) | |
download | tdegames-1a4615a891172a58eff43f5ef0cd150b67798f4e.tar.gz tdegames-1a4615a891172a58eff43f5ef0cd150b67798f4e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'libtdegames/highscore/Makefile.am')
-rw-r--r-- | libtdegames/highscore/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtdegames/highscore/Makefile.am b/libtdegames/highscore/Makefile.am index 6fa18cc0..3635c3b5 100644 --- a/libtdegames/highscore/Makefile.am +++ b/libtdegames/highscore/Makefile.am @@ -2,8 +2,8 @@ noinst_LTLIBRARIES = libkhighscore.la INCLUDES = $(all_includes) -libkhighscore_la_SOURCES = kconfigrawbackend.cpp \ - kfilelock.cpp khighscore.cpp kscoredialog.cpp \ +libkhighscore_la_SOURCES = tdeconfigrawbackend.cpp \ + tdefilelock.cpp khighscore.cpp kscoredialog.cpp \ kexthighscore_item.cpp kexthighscore_internal.cpp \ kexthighscore_tab.cpp kexthighscore_gui.cpp \ kexthighscore.cpp @@ -11,9 +11,9 @@ libkhighscore_la_SOURCES = kconfigrawbackend.cpp \ include_HEADERS = khighscore.h kscoredialog.h \ kexthighscore_item.h kexthighscore.h -noinst_HEADERS = kconfigrawbackend.h \ - kfilelock.h kexthighscore_internal.h kexthighscore_tab.h \ +noinst_HEADERS = tdeconfigrawbackend.h \ + tdefilelock.h kexthighscore_internal.h kexthighscore_tab.h \ kexthighscore_gui.h -METASOURCES = kconfigrawbackend.moc khighscore.moc kscoredialog.moc \ +METASOURCES = tdeconfigrawbackend.moc khighscore.moc kscoredialog.moc \ kexthighscore_tab.moc kexthighscore_gui.moc |