mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
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:
parent
5aacb581d7
commit
85c7f7d1cb
@ -2,7 +2,7 @@ add_subdirectory(json)
|
|||||||
|
|
||||||
gnc_add_scheme_targets (guile-json
|
gnc_add_scheme_targets (guile-json
|
||||||
json.scm
|
json.scm
|
||||||
gnucash
|
""
|
||||||
""
|
""
|
||||||
FALSE
|
FALSE
|
||||||
)
|
)
|
||||||
|
@ -6,7 +6,7 @@ set (scm-guile-json-details
|
|||||||
|
|
||||||
gnc_add_scheme_targets (guile-json-details
|
gnc_add_scheme_targets (guile-json-details
|
||||||
"${scm-guile-json-details}"
|
"${scm-guile-json-details}"
|
||||||
gnucash/json
|
json
|
||||||
""
|
""
|
||||||
FALSE
|
FALSE
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user