You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
784 B
20 lines
784 B
noinst_LTLIBRARIES = libkhighscore.la
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
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
|
|
|
|
include_HEADERS = khighscore.h kscoredialog.h \
|
|
kexthighscore_item.h kexthighscore.h
|
|
|
|
noinst_HEADERS = tdeconfigrawbackend.h \
|
|
tdefilelock.h kexthighscore_internal.h kexthighscore_tab.h \
|
|
kexthighscore_gui.h
|
|
|
|
METASOURCES = tdeconfigrawbackend.moc khighscore.moc kscoredialog.moc \
|
|
kexthighscore_tab.moc kexthighscore_gui.moc
|