diff options
author | Slávek Banko <[email protected]> | 2018-07-12 19:02:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-07-12 19:02:11 +0200 |
commit | 1b4f3fa5564005bf99486750e4c5fdd980b0b757 (patch) | |
tree | 61859a2a567b26c4d81fce2881adcec8cdb9f333 /kmymoney2/mymoney/storage/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 <[email protected]>
Diffstat (limited to 'kmymoney2/mymoney/storage/Makefile.am')
-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 - |