summaryrefslogtreecommitdiffstats
path: root/libtdepim/komposer/plugins/default/Makefile.am
blob: 27cb1e0c64ecfcd4bfa5bc6a7c18ca8e9261a466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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