summaryrefslogtreecommitdiffstats
path: root/kttsd/libkttsd/Makefile.am
blob: 9b0b49c1b8cca420579e9eb07a65fc219a73023b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Include paths.
INCLUDES = $(all_includes)

# Let automoc handle all of the metsource files (moc).
METASOURCES = AUTO

#########################################################################
# LIBRARY SECTION
#########################################################################
# This is the library that gets installed.  It's name is used for all
# of the other Makefile.am variables.
lib_LTLIBRARIES = libkttsd.la

# The source, library search path, and link libraries.
libkttsd_la_SOURCES = \
	pluginproc.cpp \
	pluginconf.cpp \
	testplayer.cpp \
	stretcher.cpp \
	talkercode.cpp \
	filterproc.cpp \
	filterconf.cpp \
	utils.cpp \
	selecttalkerdlg.cpp \
	selecttalkerwidget.ui \
	notify.cpp

libkttsd_la_LDFLAGS = -version-info 1:0:0 $(all_libraries) -no-undefined
libkttsd_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)

# Header files that should not be installed.
noinst_HEADERS = \
	pluginproc.h \
	pluginconf.h \
	player.h \
	testplayer.h \
	stretcher.h \
	talkercode.h \
	utils.h \
	kdeexportfix.h \
	selecttalkerdlg.h

# This library is installed as a service.
servicetypes_DATA = kttsd_synthplugin.desktop
servicetypesdir = $(kde_servicetypesdir)