gnucash maint: Install guile-json on the toplevel scm directory instead of gnucash

Geert Janssens gjanssens at code.gnucash.org
Fri May 4 04:23:07 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/85c7f7d1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5aacb581 (commit)



commit 85c7f7d1cbc4aa23292f4b8f117df293165705b7
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri May 4 10:22:57 2018 +0200

    Install guile-json on the toplevel scm directory instead of gnucash
    
    It's imported code, not gnucash specific. In addition that's where the json
    script expexts to find it's subfiles.

diff --git a/borrowed/guile-json/CMakeLists.txt b/borrowed/guile-json/CMakeLists.txt
index 1298866..e3fba17 100644
--- a/borrowed/guile-json/CMakeLists.txt
+++ b/borrowed/guile-json/CMakeLists.txt
@@ -2,7 +2,7 @@ add_subdirectory(json)
 
 gnc_add_scheme_targets (guile-json
   json.scm
-  gnucash
+  ""
   ""
   FALSE
 )
diff --git a/borrowed/guile-json/json/CMakeLists.txt b/borrowed/guile-json/json/CMakeLists.txt
index 8250b8a..1b890b0 100644
--- a/borrowed/guile-json/json/CMakeLists.txt
+++ b/borrowed/guile-json/json/CMakeLists.txt
@@ -6,7 +6,7 @@ set (scm-guile-json-details
 
 gnc_add_scheme_targets (guile-json-details
   "${scm-guile-json-details}"
-  gnucash/json
+  json
   ""
   FALSE
 )



Summary of changes:
 borrowed/guile-json/CMakeLists.txt      | 2 +-
 borrowed/guile-json/json/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list