aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-20 15:44:10 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-20 15:44:10 +0200
commit541011a3b787275cfc17660d29086312f6523730 (patch)
treea7f60c6f4f74a144d976722084e7553145ab3989 /src/json
parent422f4d1372529287075010ecabc5c12765515d98 (diff)
downloadgnunet-541011a3b787275cfc17660d29086312f6523730.tar.gz
gnunet-541011a3b787275cfc17660d29086312f6523730.zip
BUILD: Add monolith option to meson build
Diffstat (limited to 'src/json')
-rw-r--r--src/json/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/meson.build b/src/json/meson.build
index cbb826a66..ca010ada6 100644
--- a/src/json/meson.build
+++ b/src/json/meson.build
@@ -11,7 +11,7 @@ if gnunet_monolith == false
11 include_directories: [incdir, configuration_inc]) 11 include_directories: [incdir, configuration_inc])
12 libgnunetjson_dep = declare_dependency(link_with : libgnunetjson) 12 libgnunetjson_dep = declare_dependency(link_with : libgnunetjson)
13else 13else
14 foreach p : libgnunetjson_src + gnunetservicejson_src 14 foreach p : libgnunetjson_src
15 gnunet_src += 'json/' + p 15 gnunet_src += 'json/' + p
16 endforeach 16 endforeach
17endif 17endif