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..
pull/174/head
Mike Alexander 9 years ago
parent 7d3dab21df
commit f5c864532f

@ -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 \

Loading…
Cancel
Save