summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/sbd/Makefile.am
blob: 4faa8a9f53b967a5c25a5aa7102ba269e20fa068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
INCLUDES = \
	-I$(top_srcdir)/kttsd/libkttsd -I$(top_builddir)/kttsd/libkttsd \
	$(all_includes)

METASOURCES = AUTO

kde_module_LTLIBRARIES = libkttsd_sbdplugin.la

libkttsd_sbdplugin_la_SOURCES = \
	sbdproc.cpp \
	sbdconf.cpp \
	sbdconfwidget.ui \
	sbdplugin.cpp

libkttsd_sbdplugin_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
libkttsd_sbdplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la

services_DATA = kttsd_sbdplugin.desktop
servicesdir = $(kde_servicesdir)

# Install data files.
sbddatadir = $(kde_datadir)/kttsd/sbd/
sbddata_DATA = \
	standard_sbdrc \
	polish_festival_sbdrc

noinst_HEADERS = sbdproc.h