aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-27 14:54:01 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-27 14:54:01 +0200
commitd4364ccb42e5754c4904b92e1ea61e0675512327 (patch)
tree0542ce4925a616a744663aaacffdb622df12b9c9 /src/nat
parent2da4d4740ab7d0420b5d0e56a8d2796a8f73cd2b (diff)
downloadgnunet-d4364ccb42e5754c4904b92e1ea61e0675512327.tar.gz
gnunet-d4364ccb42e5754c4904b92e1ea61e0675512327.zip
BUILD: Meson install more files
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nat/meson.build b/src/nat/meson.build
index 430f56e13..6950e8bae 100644
--- a/src/nat/meson.build
+++ b/src/nat/meson.build
@@ -34,6 +34,13 @@ libgnunetnat_dep = declare_dependency(link_with : libgnunetnat)
34pkg.generate(libgnunetnat, url: 'https://www.gnunet.org', 34pkg.generate(libgnunetnat, url: 'https://www.gnunet.org',
35 description : 'Provides API for accessing the NAT service') 35 description : 'Provides API for accessing the NAT service')
36 36
37executable ('gnunet-nat',
38 ['gnunet-nat.c'],
39 dependencies: [libgnunetnat_dep, libgnunetutil_dep],
40 include_directories: [incdir, configuration_inc],
41 install: true,
42 install_dir: get_option('bindir'))
43
37executable ('gnunet-service-nat', 44executable ('gnunet-service-nat',
38 gnunetservicenat_src, 45 gnunetservicenat_src,
39 dependencies: [libgnunetnat_dep, libgnunetutil_dep, 46 dependencies: [libgnunetnat_dep, libgnunetutil_dep,