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.
15 lines
528 B
15 lines
528 B
INCLUDES = -I$(top_srcdir)/kontact/interfaces -I$(top_srcdir)/knode -I$(top_srcdir) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkontact_knodeplugin.la
|
|
libkontact_knodeplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkontact_knodeplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(LIB_TDEPARTS)
|
|
|
|
libkontact_knodeplugin_la_SOURCES = knode_plugin.cpp knodeiface.stub
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)/kontact
|
|
service_DATA = knodeplugin.desktop
|
|
|
|
knodeiface_DIR = $(top_srcdir)/knode
|