From 1a4615a891172a58eff43f5ef0cd150b67798f4e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:03:32 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- libtdegames/highscore/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libtdegames/highscore/Makefile.am') 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 -- cgit v1.2.1