aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-23 21:17:26 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-23 21:17:26 +0200
commit8ac5695b5e44e64d19ccc9ec1c3bc83849ec39c3 (patch)
tree53e43fed55a26c8456c67a11c61a7a47c0b5ac49 /src/json
parentdca0afc851783403b26464bbfa2629fe1bd70a55 (diff)
downloadgnunet-8ac5695b5e44e64d19ccc9ec1c3bc83849ec39c3.tar.gz
gnunet-8ac5695b5e44e64d19ccc9ec1c3bc83849ec39c3.zip
BUILD: Meson - install more files
Diffstat (limited to 'src/json')
-rw-r--r--src/json/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/json/meson.build b/src/json/meson.build
index 3ebd10ec1..92356b5a5 100644
--- a/src/json/meson.build
+++ b/src/json/meson.build
@@ -15,7 +15,9 @@ libgnunetjson = library('gnunetjson',
15 libgnunetjson_src, 15 libgnunetjson_src,
16 soversion: '0.0.0', 16 soversion: '0.0.0',
17 dependencies: [libgnunetutil_dep, json_dep, mhd_dep, zlib_dep], 17 dependencies: [libgnunetutil_dep, json_dep, mhd_dep, zlib_dep],
18 include_directories: [incdir, configuration_inc]) 18 include_directories: [incdir, configuration_inc],
19 install: true,
20 install_dir: get_option('libdir'))
19libgnunetjson_dep = declare_dependency(link_with : libgnunetjson) 21libgnunetjson_dep = declare_dependency(link_with : libgnunetjson)
20pkg.generate(libgnunetjson, url: 'https://www.gnunet.org', 22pkg.generate(libgnunetjson, url: 'https://www.gnunet.org',
21 description : 'Library for JSON de/serialization') 23 description : 'Library for JSON de/serialization')