summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/Makefile.am
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:18 +0200
commit32f722f41aac55ae6c3ef618ba78fb790099cae1 (patch)
treed526bbfcc08f9af50a275af45fee4238a7729c02 /kmymoney2/mymoney/Makefile.am
parent1ca87083cd31c3d78e035d9cdef23ccaafb65e68 (diff)
downloadkmymoney-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/Makefile.am')
-rw-r--r--kmymoney2/mymoney/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/kmymoney2/mymoney/Makefile.am b/kmymoney2/mymoney/Makefile.am
index 84ec924..776502a 100644
--- a/kmymoney2/mymoney/Makefile.am
+++ b/kmymoney2/mymoney/Makefile.am
@@ -42,9 +42,6 @@ inst_HEADERS = mymoneyobject.h mymoneyaccount.h mymoneycategory.h mymoneyexcepti
noinst_HEADERS = autotest.h mymoneyaccounttest.h mymoneyfinancialcalculatortest.h mymoneykeyvaluecontainertest.h mymoneyexceptiontest.h mymoneyfiletest.h mymoneyinstitutiontest.h mymoneymoneytest.h mymoneyobservertest.h mymoneyscheduletest.h mymoneysplittest.h mymoneysecuritytest.h mymoneytransactiontest.h mymoneypricetest.h mymoneyobjecttest.h mymoneyforecasttest.h mymoneypayeetest.h
-if CPPUNIT
check_LIBRARIES = libmymoneytest.a
libmymoneytest_a_SOURCES = mymoneytransactiontest.cpp mymoneysplittest.cpp mymoneymoneytest.cpp mymoneyfiletest.cpp mymoneyaccounttest.cpp mymoneyexceptiontest.cpp mymoneyinstitutiontest.cpp mymoneykeyvaluecontainertest.cpp mymoneyscheduletest.cpp mymoneyfinancialcalculatortest.cpp mymoneysecuritytest.cpp mymoneypricetest.cpp mymoneyobjecttest.cpp mymoneyforecasttest.cpp mymoneypayeetest.cpp
-endif
-