Skip to content

Commit

Permalink
More distcheck fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Oct 2, 2022
1 parent 283a5b7 commit a6e2842
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions bindings/guile/CMakeLists.txt
Expand Up @@ -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}
Expand Down
8 changes: 7 additions & 1 deletion bindings/python/CMakeLists.txt
Expand Up @@ -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)

Expand Down

0 comments on commit a6e2842

Please sign in to comment.