From 32f722f41aac55ae6c3ef618ba78fb790099cae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 12 Jul 2018 19:02:11 +0200 Subject: Fix FTBFS for build without cppunit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1b4f3fa5564005bf99486750e4c5fdd980b0b757) --- kmymoney2/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'kmymoney2/Makefile.am') diff --git a/kmymoney2/Makefile.am b/kmymoney2/Makefile.am index 2a83358..e00baab 100644 --- a/kmymoney2/Makefile.am +++ b/kmymoney2/Makefile.am @@ -157,7 +157,6 @@ uninstall-hook: dist-hook: -rm -rf $(distdir)/kmymoneysettings.cpp -if CPPUNIT TESTS = kmymoneytest check_PROGRAMS = kmymoneytest @@ -167,5 +166,3 @@ kmymoneytest_LDADD = ./mymoney/storage/libstoragetest.a ./mymoney/libmymoneytest # the library search path. kmymoneytest_LDFLAGS = $(all_libraries) $(kde_RPATH) $(CPPUNIT_LIBS) $(LIB_TDEUTILS) -endif - -- cgit v1.2.1