aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-23 20:51:41 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-23 20:51:41 +0200
commitdca0afc851783403b26464bbfa2629fe1bd70a55 (patch)
tree7fe2fc39c5bbdd3757411cf5f90bbaef917b36fc /src/json
parent398c154d912a622e47225986c61a5180939cf28e (diff)
downloadgnunet-dca0afc851783403b26464bbfa2629fe1bd70a55.tar.gz
gnunet-dca0afc851783403b26464bbfa2629fe1bd70a55.zip
BUILD: More pkgconfig and installation
Diffstat (limited to 'src/json')
-rw-r--r--src/json/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/json/meson.build b/src/json/meson.build
index 9c3566335..3ebd10ec1 100644
--- a/src/json/meson.build
+++ b/src/json/meson.build
@@ -13,9 +13,10 @@ endif
13 13
14libgnunetjson = library('gnunetjson', 14libgnunetjson = library('gnunetjson',
15 libgnunetjson_src, 15 libgnunetjson_src,
16 soversion: '0.0.0',
16 dependencies: [libgnunetutil_dep, json_dep, mhd_dep, zlib_dep], 17 dependencies: [libgnunetutil_dep, json_dep, mhd_dep, zlib_dep],
17 include_directories: [incdir, configuration_inc]) 18 include_directories: [incdir, configuration_inc])
18libgnunetjson_dep = declare_dependency(link_with : libgnunetjson) 19libgnunetjson_dep = declare_dependency(link_with : libgnunetjson)
19pkg.generate(libgnunetarm, url: 'https://www.gnunet.org', 20pkg.generate(libgnunetjson, url: 'https://www.gnunet.org',
20 description : 'Library for JSON de/serialization') 21 description : 'Library for JSON de/serialization')
21 22