[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: BUILD: libgnunet builds; missing GNUNET_
From: |
gnunet |
Subject: |
[gnunet] branch master updated: BUILD: libgnunet builds; missing GNUNET_main() logic |
Date: |
Thu, 21 Sep 2023 11:53:23 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new bfea9efeb BUILD: libgnunet builds; missing GNUNET_main() logic
bfea9efeb is described below
commit bfea9efebb84443b8c17ff76cf78d3d167a8099c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Sep 21 11:53:18 2023 +0200
BUILD: libgnunet builds; missing GNUNET_main() logic
---
src/transport/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
gcrypt_dep],
include_directories: [incdir, configuration_inc])
else
- foreach p : libgnunettransport_src + libgnunettransportapplication_src +
libgnunettransportcore_src + libgnunettransportcommunicator_src +
libgnunettransportmonitor_src + gnunetservicetransport_src
+ foreach p : libgnunettransport_src #+ libgnunettransportapplication_src +
libgnunettransportcore_src + libgnunettransportcommunicator_src +
libgnunettransportmonitor_src + gnunetservicetransport_src
gnunet_src += 'transport/' + p
endforeach
endif
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: BUILD: libgnunet builds; missing GNUNET_main() logic,
gnunet <=