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.
28 lines
823 B
28 lines
823 B
INCLUDES = \
|
|
-I$(top_srcdir)/kttsd/libkttsd -I$(top_builddir)/kttsd/libkttsd \
|
|
$(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = libkttsd_festivalintplugin.la
|
|
|
|
libkttsd_festivalintplugin_la_SOURCES = \
|
|
festivalintconfwidget.ui \
|
|
festivalintconf.cpp \
|
|
festivalintproc.cpp \
|
|
festivalintplugin.cpp
|
|
libkttsd_festivalintplugin_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
|
|
libkttsd_festivalintplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la
|
|
|
|
services_DATA = kttsd_festivalintplugin.desktop
|
|
servicesdir = $(kde_servicesdir)
|
|
|
|
# Install data files.
|
|
festivalintdatadir = $(kde_datadir)/kttsd/festivalint/
|
|
festivalintdata_DATA = voices sabletowave.scm
|
|
|
|
festivalintxsltdatadir = $(kde_datadir)/kttsd/festivalint/xslt/
|
|
festivalintxsltdata_DATA = SSMLtoSable.xsl
|
|
|
|
noinst_HEADERS = festivalintconfwidget.h
|