aboutsummaryrefslogtreecommitdiff
path: root/src/nt
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-21 11:08:06 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-21 11:08:06 +0200
commitd968540126df0ff56edf5668d95daad6391b12e4 (patch)
tree72f154b15e3b091581a95e14f3f23aeb3b93e813 /src/nt
parentf61216c668708c0e2404904bef0de478b683e37f (diff)
downloadgnunet-d968540126df0ff56edf5668d95daad6391b12e4.tar.gz
gnunet-d968540126df0ff56edf5668d95daad6391b12e4.zip
BUILD: Towards libgnunet 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 17c7e1e9d..981e1587d 100644
--- a/src/nt/meson.build
+++ b/src/nt/meson.build
@@ -1,6 +1,6 @@
1libgnunetnt_src = ['nt.c'] 1libgnunetnt_src = ['nt.c']
2 2
3if gnunet_monolith == false 3if get_option('monolith') == false
4 libgnunetnt = library('gnunetnt', 4 libgnunetnt = library('gnunetnt',
5 libgnunetnt_src, 5 libgnunetnt_src,
6 dependencies: libgnunetutil_dep, 6 dependencies: libgnunetutil_dep,