diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-12 19:02:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-12 19:02:11 +0200 |
commit | 1b4f3fa5564005bf99486750e4c5fdd980b0b757 (patch) | |
tree | 61859a2a567b26c4d81fce2881adcec8cdb9f333 /kmymoney2/reports/Makefile.am | |
parent | 856cef204a029e7152f658fc8a95f9a9b9be7e11 (diff) | |
download | kmymoney-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.am | 2 |
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 |