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:18 +0200 |
commit | 32f722f41aac55ae6c3ef618ba78fb790099cae1 (patch) | |
tree | d526bbfcc08f9af50a275af45fee4238a7729c02 /kmymoney2/mymoney/storage | |
parent | 1ca87083cd31c3d78e035d9cdef23ccaafb65e68 (diff) | |
download | kmymoney-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/mymoney/storage')
-rw-r--r-- | kmymoney2/mymoney/storage/Makefile.am | 3 |
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 - |