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.
27 lines
1.1 KiB
27 lines
1.1 KiB
INCLUDES = -I$(top_srcdir)/kontact/interfaces -I$(top_srcdir)/certmanager/lib \
|
|
-I$(top_srcdir)/libtdepim \
|
|
-I$(top_srcdir) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkontact_summaryplugin.la kcm_kontactsummary.la
|
|
libkontact_summaryplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkontact_summaryplugin_la_LIBADD = -ltdeutils \
|
|
$(top_builddir)/kontact/interfaces/libkpinterfaces.la $(LIB_TDEPARTS) \
|
|
$(top_builddir)/libtdepim/libtdepim.la $(top_builddir)/libkpimidentities/libkpimidentities.la
|
|
|
|
libkontact_summaryplugin_la_SOURCES = summaryview_plugin.cpp summaryview_part.cpp dropwidget.cpp
|
|
|
|
kcm_kontactsummary_la_SOURCES = kcmkontactsummary.cpp
|
|
kcm_kontactsummary_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \
|
|
-avoid-version -no-undefined
|
|
kcm_kontactsummary_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEUTILS)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)/kontact
|
|
service_DATA = summaryplugin.desktop
|
|
|
|
kde_services_DATA = kcmkontactsummary.desktop
|
|
|
|
kpartrcdir = $(kde_datadir)/kontactsummary
|
|
kpartrc_DATA = kontactsummary_part.rc
|