Add some files missing from the diat so distcheck passes.

pull/410/head
John Ralls 8 years ago
parent 22fb85113a
commit 7e4f9a444f

@ -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)

@ -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}
)

Loading…
Cancel
Save