libgnucash/scm - move to bindings/guile

A small step in the direction of making libgnucash guile-free.
This commit is contained in:
Geert Janssens
2019-09-30 19:33:58 +02:00
parent 9b803428ef
commit a0aa105826
9 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
add_subdirectory(guile)
add_subdirectory(python)
set_local_dist(bindings_DIST_local CMakeLists.txt )
set(bindings_DIST ${bindings_DIST_local} ${python_bindings_DIST} PARENT_SCOPE)
set(bindings_DIST ${bindings_DIST_local} ${guile_DIST} ${python_bindings_DIST} PARENT_SCOPE)