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.
This commit is contained in:
Geert Janssens 2018-05-04 10:22:57 +02:00
parent 5aacb581d7
commit 85c7f7d1cb
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ add_subdirectory(json)
gnc_add_scheme_targets (guile-json
json.scm
gnucash
""
""
FALSE
)

View File

@ -6,7 +6,7 @@ set (scm-guile-json-details
gnc_add_scheme_targets (guile-json-details
"${scm-guile-json-details}"
gnucash/json
json
""
FALSE
)