gnucash maint: Fix guile 2 precompilation of German tax report
Geert Janssens
gjanssens at code.gnucash.org
Wed Dec 3 03:45:06 EST 2014
Updated via https://github.com/Gnucash/gnucash/commit/2ef75505 (commit)
from https://github.com/Gnucash/gnucash/commit/946432c9 (commit)
commit 2ef755052e0921db29b68a6c7a185a8d22d6af6a
Author: Geert Janssens <janssens-geert at telenet.be>
Date: Wed Dec 3 09:48:49 2014 +0100
Fix guile 2 precompilation of German tax report
diff --git a/src/tax/us/txf-de_DE.scm b/src/tax/us/txf-de_DE.scm
index 4add1ba..6c0118a 100644
--- a/src/tax/us/txf-de_DE.scm
+++ b/src/tax/us/txf-de_DE.scm
@@ -27,6 +27,14 @@
;;
(use-modules (gnucash gettext))
+(use-modules (sw_app_utils))
+(cond-expand
+ (guile-2
+ (eval-when
+ (compile load eval expand)
+ (load-extension "libgncmod-engine" "scm_init_sw_engine_module")))
+ (else ))
+(use-modules (sw_engine))
(define txf-tax-entity-types
(list
Summary of changes:
src/tax/us/txf-de_DE.scm | 8 ++++++++
1 file changed, 8 insertions(+)
More information about the gnucash-changes
mailing list