gnucash master: Add a couple of directories containing dependencies of libtest-core-guile.

Mike Alexander mta at code.gnucash.org
Mon Aug 21 23:59:19 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/f5c86453 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7d3dab21 (commit)



commit f5c864532f1fe9d1247a1429a3c9c8ac612c7ea6
Author: Mike Alexander <mta at umich.edu>
Date:   Mon Aug 21 23:47:19 2017 -0400

    Add a couple of directories containing dependencies of libtest-core-guile.
    
    Without this the  build fails the dependencies are loaded from the
    installed version or the build fails if GnuCash is not installed..

diff --git a/common/test-core/Makefile.am b/common/test-core/Makefile.am
index f77b2d5..2d20337 100644
--- a/common/test-core/Makefile.am
+++ b/common/test-core/Makefile.am
@@ -113,7 +113,9 @@ endif
 if GNC_HAVE_GUILE_2
 GUILE_COMPILE_ENV = \
   --library-dir    ${top_builddir}/common/test-core \
-  --library-dir    ${top_builddir}/libgnucash/engine
+  --library-dir    ${top_builddir}/libgnucash/engine \
+  --library-dir    ${top_builddir}/libgnucash/gnc-module \
+  --library-dir    ${top_builddir}/libgnucash/core-utils
 
 %.go : %.scm .scm-links $(noinst_LTLIBRARIES)
 	GNC_UNINSTALLED=yes \



Summary of changes:
 common/test-core/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list