aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-21 11:53:18 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-21 11:53:18 +0200
commitbfea9efebb84443b8c17ff76cf78d3d167a8099c (patch)
tree59882eb279d490f9b497767b58fb94e6c9dc6467 /src/transport
parentd968540126df0ff56edf5668d95daad6391b12e4 (diff)
downloadgnunet-bfea9efebb84443b8c17ff76cf78d3d167a8099c.tar.gz
gnunet-bfea9efebb84443b8c17ff76cf78d3d167a8099c.zip
BUILD: libgnunet builds; missing GNUNET_main() logic
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