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.
19 lines
526 B
19 lines
526 B
INCLUDES = \
|
|
-I$(top_srcdir)/kttsd/libkttsd -I$(top_builddir)/kttsd/libkttsd \
|
|
$(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = libkttsd_freettsplugin.la
|
|
|
|
libkttsd_freettsplugin_la_SOURCES = \
|
|
freettsconfigwidget.ui \
|
|
freettsconf.cpp \
|
|
freettsproc.cpp \
|
|
freettsplugin.cpp
|
|
libkttsd_freettsplugin_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
|
|
libkttsd_freettsplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la
|
|
|
|
services_DATA = kttsd_freettsplugin.desktop
|
|
servicesdir = $(kde_servicesdir)
|