aboutsummaryrefslogtreecommitdiff
path: root/src/transport/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/meson.build')
-rw-r--r--src/transport/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/meson.build b/src/transport/meson.build
index 09e6c35a3..6774f539e 100644
--- a/src/transport/meson.build
+++ b/src/transport/meson.build
@@ -16,7 +16,7 @@ gnunetcommunicatortcp_src = ['gnunet-communicator-tcp.c']
16gnunetcommunicatorudp_src = ['gnunet-communicator-udp.c'] 16gnunetcommunicatorudp_src = ['gnunet-communicator-udp.c']
17 17
18 18
19if gnunet_monolith == false 19if get_option('monolith') == false
20 libgnunettransport = library('gnunettransport', 20 libgnunettransport = library('gnunettransport',
21 libgnunettransport_src, 21 libgnunettransport_src,
22 dependencies: [libgnunetutil_dep, libgnunetats_dep, libgnunethello_dep], 22 dependencies: [libgnunetutil_dep, libgnunetats_dep, libgnunethello_dep],