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:18 +0200
commit32f722f41aac55ae6c3ef618ba78fb790099cae1 (patch)
treed526bbfcc08f9af50a275af45fee4238a7729c02 /kmymoney2/reports/Makefile.am
parent1ca87083cd31c3d78e035d9cdef23ccaafb65e68 (diff)
downloadkmymoney-32f722f41aac55ae6c3ef618ba78fb790099cae1.tar.gz
kmymoney-32f722f41aac55ae6c3ef618ba78fb790099cae1.zip
Fix FTBFS for build without cppunitr14.0.5
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1b4f3fa5564005bf99486750e4c5fdd980b0b757)
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