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/viewplugins/scripting/chalkscripting/Makefile.am

20 lines
611 B

INCLUDES = -I$(top_srcdir)/chalk/sdk \
-I$(top_srcdir)/chalk/core \
-I$(top_srcdir)/chalk/chalkcolor/ \
-I$(top_srcdir)/chalk/ui \
$(KROSS_INCLUDES) \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libchalkscripting.la
libchalkscripting_la_SOURCES = kis_script_progress.cpp kis_script_monitor.cpp
noinst_HEADERS = kis_script_progress.h
libchalkscripting_la_LDFLAGS = -no-undefined $(all_libraries)
libchalkscripting_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la $(top_builddir)/lib/kross/main/libkrossmain.la
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
libchalkscripting_la_METASOURCES = AUTO