Skip to content

Commit

Permalink
Fix two more Scheme dependency errors that broke builds on flathub an…
Browse files Browse the repository at this point in the history
…d Win32.
  • Loading branch information
jralls committed Apr 27, 2020
1 parent 8b7e0ea commit af60bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gnucash/import-export/qif-imp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set (GUILE_DEPENDS
scm-engine
scm-test-engine
scm-core-utils
scm-qif-import
scm-qif-import-2
)

if (HAVE_SRFI64)
Expand Down
4 changes: 2 additions & 2 deletions gnucash/report/reports/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ set(scm_rpt_std_GUILE_DEPENDS
gnc_add_scheme_targets(scm-reports-common
SOURCES "${reports_common_SCHEME}"
OUTPUT_DIR "gnucash/reports"
DEPENDS "scm-reports-common-links;${scm_rpt_std_GUILE_DEPENDS}"
DEPENDS "scm-reports-common-links;${scm_rpts_GUILE_DEPENDS}"
MAKE_LINKS)

gnc_add_scheme_targets(scm-reports-standard-with-exposed-generator
SOURCES "${reports_standard_with_exposed_generator_SCHEME}"
OUTPUT_DIR "gnucash/reports/standard"
DEPENDS "${scm_rpt_std_w_exposed_generator_GUILE_DEPENDS}"
DEPENDS "scm-reports-common;${scm_rpt_std_w_exposed_generator_GUILE_DEPENDS}"
MAKE_LINKS)

gnc_add_scheme_targets(scm-rpt-reports
Expand Down

0 comments on commit af60bab

Please sign in to comment.