summaryrefslogtreecommitdiffstats
path: root/kmymoney2/reports/Makefile.am
blob: 2cfbb15912a1177a30d84b28a2c6de27e6d2b52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
KDE_OPTIONS = noautodist

INCLUDES = $(all_includes) -I.. -I$(top_srcdir) -I. -I$(top_srcdir)/libkdchart

noinst_LIBRARIES = libreports.a
libreports_a_METASOURCES = AUTO

libreports_a_SOURCES = pivotgrid.cpp pivottable.cpp listtable.cpp querytable.cpp objectinfotable.cpp reportaccount.cpp kreportchartview.cpp

noinst_HEADERS = kreportchartview.h kreportsviewtest.h pivotgrid.h pivottable.h pivottabletest.h pivotgridtest.h listtable.h querytable.h querytabletest.h objectinfotable.h reportaccount.h reportdebug.h reportstestcommon.h kreportchartview.h reporttable.h

check_LIBRARIES = libreportstest.a

libreportstest_a_SOURCES = reportstestcommon.cpp pivottabletest.cpp pivotgridtest.cpp querytabletest.cpp