parent
ece35c015c
commit
d39184b18e
@ -0,0 +1,19 @@
|
|||||||
|
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
|
@ -1,19 +0,0 @@
|
|||||||
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 = libchaltdescripting.la
|
|
||||||
libchaltdescripting_la_SOURCES = kis_script_progress.cpp kis_script_monitor.cpp
|
|
||||||
noinst_HEADERS = kis_script_progress.h
|
|
||||||
|
|
||||||
libchaltdescripting_la_LDFLAGS = -no-undefined $(all_libraries)
|
|
||||||
libchaltdescripting_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la $(top_builddir)/lib/kross/main/libkrossmain.la
|
|
||||||
|
|
||||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
|
||||||
|
|
||||||
libchaltdescripting_la_METASOURCES = AUTO
|
|
@ -1,7 +1,7 @@
|
|||||||
kplatoreportdir = $(kde_datadir)/kplato/reports
|
kplatoreportdir = $(kde_datadir)/kplato/reports
|
||||||
kplatoreport_DATA = resourcelist.desktop tastdelist.desktop
|
kplatoreport_DATA = resourcelist.desktop tasklist.desktop
|
||||||
|
|
||||||
kplatoreportsourcedir = $(kde_datadir)/kplato/reports/.source
|
kplatoreportsourcedir = $(kde_datadir)/kplato/reports/.source
|
||||||
kplatoreportsource_DATA = resourcelist.ktf tastdelist.ktf
|
kplatoreportsource_DATA = resourcelist.ktf tasklist.ktf
|
||||||
|
|
||||||
EXTRA_DIST = $(kplatoreport_DATA)
|
EXTRA_DIST = $(kplatoreport_DATA)
|
||||||
|
Loading…
Reference in new issue