gnucash master: Fix errant deletion of -I.

John Ralls jralls at code.gnucash.org
Fri May 8 18:24:56 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/03d2ff1d (commit)
	from  https://github.com/Gnucash/gnucash/commit/0017aa6e (commit)



commit 03d2ff1d442273afb704049b134f2c3c509591fa
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue May 5 17:37:03 2015 -0700

    Fix errant deletion of -I.

diff --git a/src/libqof/qof/test/Makefile.am b/src/libqof/qof/test/Makefile.am
index 6d17953..48eaf3f 100644
--- a/src/libqof/qof/test/Makefile.am
+++ b/src/libqof/qof/test/Makefile.am
@@ -51,7 +51,7 @@ test_kvp_value_LDADD += $(top_builddir)/src/test-core/libgtest.a
 endif
 
 test_kvp_value_CPPFLAGS = \
-    $(GTEST_HEADERS) \
+    -I$(GTEST_HEADERS) \
     -I$(top_srcdir)/$(MODULEPATH) \
     $(GLIB_CFLAGS) \
     $(BOOST_CPPFLAGS)



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



More information about the gnucash-changes mailing list