From 7e4f9a444ff7dcbf75955bd361663a2519c77c02 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 23 Jun 2018 22:00:34 -0700 Subject: [PATCH] Add some files missing from the diat so distcheck passes. --- gnucash/report/business-reports/CMakeLists.txt | 5 ++++- libgnucash/app-utils/test/CMakeLists.txt | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gnucash/report/business-reports/CMakeLists.txt b/gnucash/report/business-reports/CMakeLists.txt index 9217934309..c4c5017216 100644 --- a/gnucash/report/business-reports/CMakeLists.txt +++ b/gnucash/report/business-reports/CMakeLists.txt @@ -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) diff --git a/libgnucash/app-utils/test/CMakeLists.txt b/libgnucash/app-utils/test/CMakeLists.txt index 8995b45403..d3a55cc416 100644 --- a/libgnucash/app-utils/test/CMakeLists.txt +++ b/libgnucash/app-utils/test/CMakeLists.txt @@ -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} )