blob: a7bb10cb1dbf35e7d27d7af113ff1d3723866732 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
kde_module_LTLIBRARIES = libakregator_mk4storage_plugin.la
SUBDIRS = metakit
INCLUDES = \
-I$(top_srcdir)/akregator/src \
-I$(top_srcdir)/akregator/src/mk4storage/metakit/include \
$(all_includes)
libakregator_mk4storage_plugin_la_LIBADD = \
$(top_builddir)/akregator/src/mk4storage/metakit/src/libmetakitlocal.la \
$(top_builddir)/akregator/src/librss/librsslocal.la \
../libakregatorprivate.la \
$(LIB_KFILE) \
$(LIB_TDECORE) \
$(LIB_QT) \
$(LIB_TDEUI)
libakregator_mk4storage_plugin_la_LDFLAGS = \
$(KDE_PLUGIN) \
$(all_libraries)
libakregator_mk4storage_plugin_la_SOURCES = feedstoragemk4impl.cpp \
storagemk4impl.cpp \
storagefactorymk4impl.cpp \
mk4plugin.cpp
METASOURCES = AUTO
kde_services_DATA = akregator_mk4storage_plugin.desktop
kde_kcfg_DATA = mk4config.kcfg
|