aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
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,