summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins/ofximport/Makefile.am
blob: 66b7f6a6b24876ef93dd6daaccc98f2117767916 (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
33
KDE_OPTIONS = noautodist

INCLUDES = $(all_includes) -I$(top_srcdir) -I.. -I. -I${srcdir}/dialogs -Idialogs
METASOURCES = AUTO

# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kmm_ofximport.la

# Srcs for the plugin
kmm_ofximport_la_SOURCES = ofximporterplugin.cpp ofxpartner.cpp 
#nodeparser.cpp

# Libs needed by the plugin
kmm_ofximport_la_LIBADD = @OFX_LIBS@ dialogs/libdialogs.la ../libkmm_plugin.la ../libkmm_plugin.la $(top_builddir)/kmymoney2/mymoney/libkmm_mymoney.la

# LD flags for the plugin
# -module says: this is a module, i.e. something you're going to dlopen
# so e.g. it has no version number like a normal shared lib would have.
kmm_ofximport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TDEHTML) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) $(LIB_QT) -L../.libs

# rc file containing the GUI for the plugin
pluginsdir = $(kde_datadir)/kmm_ofximport
plugins_DATA = kmm_ofximport.rc

# Install the desktop file needed to detect the plugin
kde_services_DATA = kmm_ofximport.desktop

noinst_HEADERS = ofximporterplugin.h ofxpartner.h
# nodeparser.h

EXTRA_DIST = kmm_ofximport.desktop kmm_ofximport.rc

SUBDIRS = dialogs