summaryrefslogtreecommitdiffstats
path: root/kmymoney2/reports/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-07-12 19:02:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-07-12 19:02:11 +0200
commit1b4f3fa5564005bf99486750e4c5fdd980b0b757 (patch)
tree61859a2a567b26c4d81fce2881adcec8cdb9f333 /kmymoney2/reports/Makefile.am
parent856cef204a029e7152f658fc8a95f9a9b9be7e11 (diff)
downloadkmymoney-1b4f3fa5564005bf99486750e4c5fdd980b0b757.tar.gz
kmymoney-1b4f3fa5564005bf99486750e4c5fdd980b0b757.zip
Fix FTBFS for build without cppunit
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kmymoney2/reports/Makefile.am')
-rw-r--r--kmymoney2/reports/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/kmymoney2/reports/Makefile.am b/kmymoney2/reports/Makefile.am
index d6d050f..2cfbb15 100644
--- a/kmymoney2/reports/Makefile.am
+++ b/kmymoney2/reports/Makefile.am
@@ -9,8 +9,6 @@ libreports_a_SOURCES = pivotgrid.cpp pivottable.cpp listtable.cpp querytable.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
-if CPPUNIT
check_LIBRARIES = libreportstest.a
libreportstest_a_SOURCES = reportstestcommon.cpp pivottabletest.cpp pivotgridtest.cpp querytabletest.cpp
-endif