summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/storage
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/mymoney/storage
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/mymoney/storage')
-rw-r--r--kmymoney2/mymoney/storage/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/kmymoney2/mymoney/storage/Makefile.am b/kmymoney2/mymoney/storage/Makefile.am
index 0055800..85d4664 100644
--- a/kmymoney2/mymoney/storage/Makefile.am
+++ b/kmymoney2/mymoney/storage/Makefile.am
@@ -12,9 +12,6 @@ inst_HEADERS = imymoneystorage.h imymoneyserialize.h imymoneystorageformat.h
noinst_HEADERS = mymoneyseqaccessmgr.h mymoneydatabasemgr.h mymoneystorageanon.h mymoneystoragedump.h mymoneystoragexml.h mymoneyseqaccessmgrtest.h mymoneydatabasemgrtest.h mymoneystoragesql.h mymoneystoragebin.h mymoneymap.h mymoneymaptest.h
-if CPPUNIT
check_LIBRARIES = libstoragetest.a
libstoragetest_a_SOURCES = mymoneyseqaccessmgrtest.cpp mymoneymaptest.cpp mymoneydatabasemgrtest.cpp
-endif
-