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.
25 lines
842 B
25 lines
842 B
INCLUDES = -I$(top_srcdir)/kontact/interfaces \
|
|
-I$(top_srcdir)/libtdepim \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/kpilot/lib \
|
|
-I$(top_srcdir)/kpilot/kpilot \
|
|
$(PISOCK_INCLUDE) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkontact_kpilotplugin.la
|
|
libkontact_kpilotplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkontact_kpilotplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la \
|
|
$(LIB_KPARTS) \
|
|
$(top_builddir)/libtdepim/libtdepim.la \
|
|
$(top_builddir)/kpilot/lib/libkpilot.la
|
|
|
|
libkontact_kpilotplugin_la_SOURCES = kpilot_plugin.cpp summarywidget.cpp \
|
|
summarywidget.skel pilotDaemonDCOP.stub
|
|
|
|
pilotDaemonDCOP_DIR = $(top_srcdir)/kpilot/kpilot
|
|
pilotDaemonDCOP_DCOPIDLNG = true
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)/kontact
|
|
service_DATA = kpilotplugin.desktop
|