aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-28 14:23:13 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-28 14:23:13 +0200
commitd43a6c820edcf173fe4822bdf15a3ecb6ca32cf6 (patch)
tree6a327cfc4c95ff6ab7de88f943c0221030bcfe10 /src/gnsrecord
parent2a7fbf3dd32a57fd6a8fc4516c75cbc984bfb5f2 (diff)
downloadgnunet-d43a6c820edcf173fe4822bdf15a3ecb6ca32cf6.tar.gz
gnunet-d43a6c820edcf173fe4822bdf15a3ecb6ca32cf6.zip
BUILD: Meson add more file targets
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnsrecord/meson.build b/src/gnsrecord/meson.build
index 72ff6e47e..36a127bc1 100644
--- a/src/gnsrecord/meson.build
+++ b/src/gnsrecord/meson.build
@@ -35,5 +35,5 @@ libgnunetgnsrecordjson = library('gnunetgnsrecordjson',
35 include_directories: [incdir, configuration_inc], 35 include_directories: [incdir, configuration_inc],
36 install: true, 36 install: true,
37 install_dir: get_option('libdir')) 37 install_dir: get_option('libdir'))
38libgnunetgnsrecordjson_dep = declare_dependency(link_with : libgnunetgnsrecord) 38libgnunetgnsrecordjson_dep = declare_dependency(link_with : libgnunetgnsrecordjson)
39 39