summaryrefslogtreecommitdiffstats
path: root/kmymoney2/converter/Makefile.am
blob: 7e6ca11e8a40cefac4f35cb60b8356c87bc9eb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
KDE_OPTIONS = noautodist

INCLUDES = $(all_includes) -I$(top_srcdir) -I. -I$(top_srcdir)/kmymoney2 -I$(top_builddir)/kmymoney2

instdir=$(includedir)/kmymoney

noinst_LIBRARIES = libconverter.a
libconverter_a_METASOURCES = AUTO

libconverter_a_SOURCES = mymoneyqifreader.cpp mymoneyqifwriter.cpp mymoneyqifprofile.cpp mymoneytemplate.cpp mymoneystatementreader.cpp webpricequote.cpp mymoneygncreader.cpp

EXTRA_DIST = 

inst_HEADERS = mymoneytemplate.h

noinst_HEADERS = imymoneyreader.h mymoneyqifprofile.h mymoneyqifreader.h mymoneyqifwriter.h mymoneystatementreader.h webpricequote.h mymoneygncreader.h convertertest.h

check_LIBRARIES = libconvertertest.a

libconvertertest_a_SOURCES = convertertest.cpp