aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-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 6774f539e..625fc273c 100644
--- a/src/transport/meson.build
+++ b/src/transport/meson.build
@@ -55,7 +55,7 @@ if get_option('monolith') == false
55 gcrypt_dep], 55 gcrypt_dep],
56 include_directories: [incdir, configuration_inc]) 56 include_directories: [incdir, configuration_inc])
57else 57else
58 foreach p : libgnunettransport_src + libgnunettransportapplication_src + libgnunettransportcore_src + libgnunettransportcommunicator_src + libgnunettransportmonitor_src + gnunetservicetransport_src 58 foreach p : libgnunettransport_src #+ libgnunettransportapplication_src + libgnunettransportcore_src + libgnunettransportcommunicator_src + libgnunettransportmonitor_src + gnunetservicetransport_src
59 gnunet_src += 'transport/' + p 59 gnunet_src += 'transport/' + p
60 endforeach 60 endforeach
61endif 61endif