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.
tdeaccessibility/kttsd/plugins/command/Makefile.am

19 lines
554 B

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)