From f5c864532f1fe9d1247a1429a3c9c8ac612c7ea6 Mon Sep 17 00:00:00 2001 From: Mike Alexander Date: Mon, 21 Aug 2017 23:47:19 -0400 Subject: [PATCH] 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.. --- common/test-core/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/test-core/Makefile.am b/common/test-core/Makefile.am index f77b2d59ae..2d20337cbb 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 \