summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/command/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/plugins/command/Makefile.am')
-rw-r--r--kttsd/plugins/command/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/kttsd/plugins/command/Makefile.am b/kttsd/plugins/command/Makefile.am
new file mode 100644
index 0000000..b180955
--- /dev/null
+++ b/kttsd/plugins/command/Makefile.am
@@ -0,0 +1,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)