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.
|
|
|
AM_CPPFLAGS = -I$(top_builddir)/libtdepim/komposer/core $(all_includes)
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = libkomposer_defaulteditor.la
|
|
|
|
libkomposer_defaulteditor_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
|
|
|
|
libkomposer_defaulteditor_la_LIBADD = ../../core/libkomposer.la $(LIB_TDEPARTS)
|
|
|
|
|
|
|
|
libkomposer_defaulteditor_la_SOURCES = defaulteditor.cpp
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
servicedir = $(kde_servicesdir)/komposer
|
|
|
|
service_DATA = defaulteditor.desktop
|
|
|
|
|
|
|
|
rcdir = $(kde_datadir)/komposer_defaulteditor
|
|
|
|
rc_DATA = defaulteditorui.rc
|