gnucash maint: Add some files missing from the diat so distcheck passes.

John Ralls jralls at code.gnucash.org
Sun Jun 24 00:59:57 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/7e4f9a44 (commit)
	from  https://github.com/Gnucash/gnucash/commit/22fb8511 (commit)



commit 7e4f9a444ff7dcbf75955bd361663a2519c77c02
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jun 23 22:00:34 2018 -0700

    Add some files missing from the diat so distcheck passes.

diff --git a/gnucash/report/business-reports/CMakeLists.txt b/gnucash/report/business-reports/CMakeLists.txt
index 9217934..c4c5017 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 8995b45..d3a55cc 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}
 )



Summary of changes:
 gnucash/report/business-reports/CMakeLists.txt | 5 ++++-
 libgnucash/app-utils/test/CMakeLists.txt       | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list