blob: b1809550cfab17256adb2c2ef3ba7105fcc7f74d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
INCLUDES = \
-I$(top_srcdir)/kttsd/libkttsd -I$(top_builddir)/kttsd/libkttsd \
$(all_includes)
METASOURCES = AUTO
kde_module_LTLIBRARIES = libkttsd_commandplugin.la
libkttsd_commandplugin_la_SOURCES = \
commandconfwidget.ui \
commandconf.cpp \
commandproc.cpp \
commandplugin.cpp
libkttsd_commandplugin_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
libkttsd_commandplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la
services_DATA = kttsd_commandplugin.desktop
servicesdir = $(kde_servicesdir)
|