blob: d7b5aaa160b53051fcd7aa4428f4daf5209f027f (
plain)
1
2
3
4
5
6
7
8
|
# This is necessary for "make bcheck" to work.
INCLUDES = $(all_includes)
# Header files to be installed.
include_HEADERS = kspeech.h kspeechsink.h
# Define DCOP/Text-to-Speech Service Type.
kde_servicetypes_DATA = dcoptexttospeech.desktop
|