From 1b4f3fa5564005bf99486750e4c5fdd980b0b757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 12 Jul 2018 19:02:11 +0200 Subject: Fix FTBFS for build without cppunit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kmymoney2/reports/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'kmymoney2/reports/Makefile.am') 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 -- cgit v1.2.1