gnucash maint: Guile precompilation: One more missing library-dir.

John Ralls jralls at code.gnucash.org
Tue Dec 2 12:03:20 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/5933f0dc (commit)
	from  https://github.com/Gnucash/gnucash/commit/afdf0de5 (commit)



commit 5933f0dc1f5d760f75605bcb69d072931ddafd92
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Dec 2 09:03:11 2014 -0800

    Guile precompilation: One more missing library-dir.

diff --git a/src/app-utils/Makefile.am b/src/app-utils/Makefile.am
index 8ad01e1..a899cec 100644
--- a/src/app-utils/Makefile.am
+++ b/src/app-utils/Makefile.am
@@ -211,6 +211,7 @@ GUILE_COMPILE_ENV = \
   --guile-load-dir ${top_builddir}/src/gnc-module \
   --guile-load-dir ${top_builddir}/src/scm \
   --library-dir    ${top_builddir}/src/libqof/qof \
+  --library-dir    ${top_builddir}/src/core-utils \
   --library-dir    ${top_builddir}/src/gnc-module \
   --library-dir    ${top_builddir}/src/engine \
   --library-dir    ${top_builddir}/src/app-utils



Summary of changes:
 src/app-utils/Makefile.am | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list