aboutsummaryrefslogtreecommitdiff
path: root/src/nt
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-20 15:44:10 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-20 15:44:10 +0200
commit541011a3b787275cfc17660d29086312f6523730 (patch)
treea7f60c6f4f74a144d976722084e7553145ab3989 /src/nt
parent422f4d1372529287075010ecabc5c12765515d98 (diff)
downloadgnunet-541011a3b787275cfc17660d29086312f6523730.tar.gz
gnunet-541011a3b787275cfc17660d29086312f6523730.zip
BUILD: Add monolith option to meson build
Diffstat (limited to 'src/nt')
-rw-r--r--src/nt/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nt/meson.build b/src/nt/meson.build
index cd0b757ac..17c7e1e9d 100644
--- a/src/nt/meson.build
+++ b/src/nt/meson.build
@@ -7,7 +7,7 @@ if gnunet_monolith == false
7 include_directories: [incdir, configuration_inc]) 7 include_directories: [incdir, configuration_inc])
8 libgnunetnt_dep = declare_dependency(link_with : libgnunetnt) 8 libgnunetnt_dep = declare_dependency(link_with : libgnunetnt)
9else 9else
10 foreach p : libgnunetnt_src + gnunetservicent_src 10 foreach p : libgnunetnt_src
11 gnunet_src += 'nt/' + p 11 gnunet_src += 'nt/' + p
12 endforeach 12 endforeach
13endif 13endif