Skip to content

Commit

Permalink
Add some files missing from the diat so distcheck passes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jun 24, 2018
1 parent 22fb851 commit 7e4f9a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gnucash/report/business-reports/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ gnc_add_scheme_targets(scm-business-reports

install(FILES ${business_reports_DATA} DESTINATION ${SCHEME_INSTALLED_SOURCE_DIR}/gnucash/report)

set_dist_list(business_reports_DIST CMakeLists.txt ${business_reports_SCHEME} ${business_reports_DATA})
set_local_dist(business_reports_DIST_local CMakeLists.txt
${business_reports_SCHEME} ${business_reports_DATA})
set(business_reports_DIST ${business_reports_DIST_local}
${test_business_reports_DIST} PARENT_SCOPE)
1 change: 1 addition & 0 deletions libgnucash/app-utils/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ set_dist_list(test_app_utils_DIST
test-scm-query-string.cpp
test-sx.cpp
test-c-interface.scm
test-date-utilities.scm
${test_app_utils_scheme_SOURCES}
${test_app_utils_SOURCES}
)

0 comments on commit 7e4f9a4

Please sign in to comment.