|
|
|
@ -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 \
|
|