gnucash master: One more nodist_ fix in qof

Geert Janssens gjanssens at code.gnucash.org
Sat Jan 17 15:35:18 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/128bfb6b (commit)
	from  https://github.com/Gnucash/gnucash/commit/3d925821 (commit)



commit 128bfb6bda173681919b0a6f5bd0b150bb5d4338
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Jan 17 22:27:03 2015 +0100

    One more nodist_ fix in qof
    
    The source file in the nodist definition shouldn't
    be included in the normal source definition

diff --git a/src/libqof/qof/test/Makefile.am b/src/libqof/qof/test/Makefile.am
index 2f8425b..6cdcae5 100644
--- a/src/libqof/qof/test/Makefile.am
+++ b/src/libqof/qof/test/Makefile.am
@@ -36,7 +36,6 @@ TESTS = ${check_PROGRAMS}
 if WITH_GOOGLE_TEST
 test_kvp_value_SOURCES = \
     $(top_srcdir)/$(MODULEPATH)/kvp-value.cpp \
-    $(GTEST_ROOT)/src/gtest_main.cc \
     test-kvp-value.cpp \
     test-kvp-frame.cpp
 



Summary of changes:
 src/libqof/qof/test/Makefile.am | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list