blob: 6fa18cc02f5edf9d23c30725ee639c678801e288 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
noinst_LTLIBRARIES = libkhighscore.la
INCLUDES = $(all_includes)
libkhighscore_la_SOURCES = kconfigrawbackend.cpp \
kfilelock.cpp khighscore.cpp kscoredialog.cpp \
kexthighscore_item.cpp kexthighscore_internal.cpp \
kexthighscore_tab.cpp kexthighscore_gui.cpp \
kexthighscore.cpp
include_HEADERS = khighscore.h kscoredialog.h \
kexthighscore_item.h kexthighscore.h
noinst_HEADERS = kconfigrawbackend.h \
kfilelock.h kexthighscore_internal.h kexthighscore_tab.h \
kexthighscore_gui.h
METASOURCES = kconfigrawbackend.moc khighscore.moc kscoredialog.moc \
kexthighscore_tab.moc kexthighscore_gui.moc
|