gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: BUILD: Fix monolithic build


From: gnunet
Subject: [gnunet] branch master updated: BUILD: Fix monolithic build
Date: Wed, 20 Sep 2023 18:40:12 +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 c41ad6b9e BUILD: Fix monolithic build
c41ad6b9e is described below

commit c41ad6b9eeae0863b63022238186ec156fe98395
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Sep 20 18:40:08 2023 +0200

    BUILD: Fix monolithic build
---
 src/dns/meson.build   | 7 ++++++-
 src/regex/meson.build | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/dns/meson.build b/src/dns/meson.build
index 056a499b6..d5e30e55e 100644
--- a/src/dns/meson.build
+++ b/src/dns/meson.build
@@ -1,5 +1,5 @@
 libgnunetdns_src = ['dns_api.c']
-libgnunetpluginblockdns_src = ['plugin_block.c']
+libgnunetpluginblockdns_src = ['plugin_block_dns.c']
 
 gnunetservicedns_src = ['gnunet-service-dns.c']
 gnunetdnsredirector_src = ['gnunet-dns-monitor.c']
@@ -12,6 +12,11 @@ if gnunet_monolith == false
           dependencies: libgnunetutil_dep,
           include_directories: [incdir, configuration_inc])
   libgnunetdns_dep = declare_dependency(link_with : libgnunetdns)
+  libgnunetpluginblockdns = library('gnunet_plugin_block_dns',
+          libgnunetpluginblockdns_src,
+          dependencies: libgnunetutil_dep,
+          include_directories: [incdir, configuration_inc])
+  libgnunetpluginblockdns_dep = declare_dependency(link_with : 
libgnunetpluginblockdns)
   executable ('gnunet-service-dns',
               gnunetservicedns_src,
               dependencies: [libgnunetdns_dep, libgnunetutil_dep,
diff --git a/src/regex/meson.build b/src/regex/meson.build
index 31bb9c3e4..48289e7b5 100644
--- a/src/regex/meson.build
+++ b/src/regex/meson.build
@@ -27,7 +27,7 @@ if gnunet_monolith == false
                              libgnunetregexblock_dep],
               include_directories: [incdir, configuration_inc])
 else
-  foreach p : libgnunetregex_src + gnunetserviceregex_src
+  foreach p : libgnunetregex_src + libgnunetregexblock_src + 
gnunetserviceregex_src
     gnunet_src += 'regex/' + p
   endforeach
 endif

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]