gnucash master: More distcheck fixes.

John Ralls jralls at code.gnucash.org
Sun Oct 2 12:47:54 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/a6e2842e (commit)
	from  https://github.com/Gnucash/gnucash/commit/283a5b7c (commit)



commit a6e2842ea01562c11294a94f67ca0a20baaccac8
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Oct 2 09:47:35 2022 -0700

    More distcheck fixes.

diff --git a/bindings/guile/CMakeLists.txt b/bindings/guile/CMakeLists.txt
index d648c982e..634e49da7 100644
--- a/bindings/guile/CMakeLists.txt
+++ b/bindings/guile/CMakeLists.txt
@@ -219,6 +219,7 @@ gnc_add_scheme_targets(scm-expressions
 set_local_dist(guile_DIST_local
     CMakeLists.txt
     core-utils.scm
+    options.scm
     ${guile_SOURCES}
     ${guile_HEADERS}
     ${engine_SCHEME_0}
diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt
index 19c7ee043..75e581bc6 100644
--- a/bindings/python/CMakeLists.txt
+++ b/bindings/python/CMakeLists.txt
@@ -188,8 +188,14 @@ if(WITH_PYTHON)
 
 endif()
 
-set(python_bindings_DATA ${PYEXEC_FILES}
+set(python_bindings_DATA
+  app_utils.py
+  deprecation.py
+  function_class.py
+  gnucash_business.py
   gnucash_core.i
+  gnucash_core.py
+  __init__.py
   sqlite3test.c
   time64.i)
 



Summary of changes:
 bindings/guile/CMakeLists.txt  | 1 +
 bindings/python/CMakeLists.txt | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list