gnucash master: One line too far.

John Ralls jralls at code.gnucash.org
Thu Jun 2 17:02:36 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/0390322b (commit)
	from  https://github.com/Gnucash/gnucash/commit/dfc0166d (commit)



commit 0390322bf80e746733448f51450f8b6a9a54351e
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 2 14:02:28 2016 -0700

    One line too far.
    
    gnc-timezone.cpp includes src/platform.h, so not including src breaks it.

diff --git a/src/libqof/qof/test/Makefile.am b/src/libqof/qof/test/Makefile.am
index 5bfcb0f..0d40f6e 100644
--- a/src/libqof/qof/test/Makefile.am
+++ b/src/libqof/qof/test/Makefile.am
@@ -75,8 +75,9 @@ test_gnc_timezone_SOURCES = \
 test_gnc_timezone_CPPFLAGS = \
         -I${GTEST_HEADERS} \
         -I$(top_srcdir)/$(MODULEPATH) \
+	-I${top_srcdir}/src \
         $(GLIB_CFLAGS) \
-        $(BOOST_CPPFLAGS)
+	$(BOOST_CPPFLAGS)
 
 test_gnc_timezone_LDADD = \
 	${top_builddir}/${MODULEPATH}/libgnc-qof.la \
@@ -92,13 +93,12 @@ test_gnc_datetime_SOURCES = \
 	$(top_srcdir)/$(MODULEPATH)/gnc-datetime.cpp \
 	$(top_srcdir)/$(MODULEPATH)/gnc-timezone.cpp \
 	gtest-gnc-datetime.cpp
-
 test_gnc_datetime_CPPFLAGS =\
-        -I$(GTEST_HEADERS) \
+	-I$(GTEST_HEADERS) \
         -I$(top_srcdir)/$(MODULEPATH) \
-        -I$(top_srcdir)/src \
+	-I$(top_srcdir)/src \
         $(GLIB_CFLAGS) \
-        $(BOOST_CPPFLAGS)
+	$(BOOST_CPPFLAGS)
 
 test_gnc_datetime_LDADD = \
 	-lboost_date_time \



Summary of changes:
 src/libqof/qof/test/Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list