mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix build after merge.
This commit is contained in:
parent
60c1d16e64
commit
90b8fce59f
@ -44,6 +44,5 @@ gnc_guile_bindings_init(void)
|
||||
scm_init_sw_core_utils_module();
|
||||
scm_init_sw_engine_module();
|
||||
|
||||
is_initialized = 1;
|
||||
}
|
||||
}
|
||||
|
@ -80,18 +80,14 @@ gnc_add_scheme_tests("${test_app_utils_scheme_SOURCES}")
|
||||
|
||||
if (HAVE_SRFI64)
|
||||
gnc_add_scheme_test_targets(scm-test-app-utils-srfi64
|
||||
"${test_app_utils_scheme_SRFI64_SOURCES}"
|
||||
"tests"
|
||||
"${GUILE_DEPENDS};scm-srfi64-extras"
|
||||
FALSE
|
||||
)
|
||||
SOURCES "${test_app_utils_scheme_SRFI64_SOURCES}"
|
||||
OUTPUT_DIR "tests"
|
||||
DEPENDS "${GUILE_DEPENDS};scm-srfi64-extras")
|
||||
|
||||
gnc_add_scheme_test_targets(scm-test-gnc-optiondb
|
||||
"test-gnc-optiondb.scm"
|
||||
"tests"
|
||||
"swig-apputils-guile-cpp;scm-srfi64-extras"
|
||||
FALSE
|
||||
)
|
||||
SOURCES "test-gnc-optiondb.scm"
|
||||
OUTPUT_DIR "tests"
|
||||
DEPENDS "swig-apputils-guile-cpp;scm-srfi64-extras")
|
||||
gnc_add_scheme_tests("test-gnc-optiondb.scm")
|
||||
gnc_add_scheme_tests("${test_app_utils_scheme_SRFI64_SOURCES}")
|
||||
endif()
|
||||
|
@ -26,7 +26,7 @@
|
||||
(use-modules (gnucash gnc-module))
|
||||
(eval-when
|
||||
(compile load eval expand)
|
||||
(load-extension "_sw_app_utils" "scm_init_sw_app_utils_module"))
|
||||
(load-extension "libgnc-app-utils" "scm_init_sw_app_utils_module"))
|
||||
|
||||
(use-modules (gnucash engine))
|
||||
(use-modules (sw_app_utils))
|
||||
|
Loading…
Reference in New Issue
Block a user