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.
koffice/chalk/plugins/filters/threadtest/Makefile.am

19 lines
521 B

kde_services_DATA = chalkthreadtest.desktop
INCLUDES = -I$(srcdir)/../../../sdk \
-I$(srcdir)/../../../core \
-I$(srcdir)/../../../chalkcolor/ \
-I$(srcdir)/../../../ui \
-I$(srcdir)/../../../../lib/kofficecore \
$(all_includes)
chalkthreadtest_la_SOURCES = threadtest.cc
kde_module_LTLIBRARIES = chalkthreadtest.la
noinst_HEADERS = threadtest.h
chalkthreadtest_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
chalkthreadtest_la_LIBADD = ../../../libchalkcommon.la
chalkthreadtest_la_METASOURCES = AUTO