Add MAKE_LINKS to app-utils and qif-import scheme targets.

Needed to successfully build on Windows.
This commit is contained in:
John Ralls
2020-12-13 16:57:48 -08:00
parent e6c77d404e
commit c2ba88d91d
2 changed files with 12 additions and 6 deletions

View File

@@ -193,12 +193,14 @@ gnc_add_scheme_targets(scm-app-utils-1
gnc_add_scheme_targets(scm-bus-prefs
SOURCES "business-prefs.scm"
OUTPUT_DIR "gnucash/app-utils"
DEPENDS "scm-app-utils-1")
DEPENDS "scm-app-utils-1"
MAKE_LINKS)
gnc_add_scheme_targets(scm-app-utils-2
SOURCES "${app_utils_SCHEME_2}"
OUTPUT_DIR "gnucash"
DEPENDS "scm-bus-prefs")
DEPENDS "scm-bus-prefs"
MAKE_LINKS)
# Module interfaces deprecated in 4.x, will be removed for 5.x
gnc_add_scheme_deprecated_module (OLD_MODULE "migrate-prefs")