aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli/meson.build4
-rw-r--r--src/contrib/service/consensus/meson.build1
-rw-r--r--src/contrib/service/conversation/meson.build1
-rw-r--r--src/contrib/service/scalarproduct/meson.build1
-rw-r--r--src/contrib/service/secretsharing/meson.build1
-rw-r--r--src/contrib/service/set/meson.build7
-rw-r--r--src/include/meson.build2
-rw-r--r--src/lib/hello/Makefile.am24
-rw-r--r--src/lib/hello/meson.build5
-rw-r--r--src/lib/hello/test_hello-uri.c9
-rw-r--r--src/service/dhtu/meson.build2
-rw-r--r--src/service/exit/meson.build6
-rw-r--r--src/service/hostlist/gnunet-daemon-hostlist_client.c2
-rw-r--r--src/service/hostlist/meson.build3
-rw-r--r--src/service/pt/meson.build4
-rw-r--r--src/service/rest/gnunet-rest-server.c8
-rw-r--r--src/service/rest/meson.build6
-rw-r--r--src/service/topology/meson.build1
-rw-r--r--src/service/transport/gnunet-service-transport.c4
-rw-r--r--src/service/transport/transport-testing-communicator.c1
-rw-r--r--src/service/zonemaster/meson.build1
21 files changed, 22 insertions, 71 deletions
diff --git a/src/cli/meson.build b/src/cli/meson.build
index cfaceab74..5c1fded1a 100644
--- a/src/cli/meson.build
+++ b/src/cli/meson.build
@@ -1,7 +1,5 @@
1subdir('util') 1subdir('util')
2if get_option('monolith') == false 2subdir('arm')
3 subdir('arm')
4endif
5subdir('statistics') 3subdir('statistics')
6subdir('datastore') 4subdir('datastore')
7subdir('nat') 5subdir('nat')
diff --git a/src/contrib/service/consensus/meson.build b/src/contrib/service/consensus/meson.build
index b66acf2b9..50483e81f 100644
--- a/src/contrib/service/consensus/meson.build
+++ b/src/contrib/service/consensus/meson.build
@@ -13,7 +13,6 @@ if get_option('monolith')
13 #foreach p : libgnunetconsensus_src + gnunetserviceconsensus_src 13 #foreach p : libgnunetconsensus_src + gnunetserviceconsensus_src
14 # gnunet_src += 'consensus/' + p 14 # gnunet_src += 'consensus/' + p
15 #endforeach 15 #endforeach
16 subdir_done()
17endif 16endif
18 17
19libgnunetconsensus = shared_library('gnunetconsensus', 18libgnunetconsensus = shared_library('gnunetconsensus',
diff --git a/src/contrib/service/conversation/meson.build b/src/contrib/service/conversation/meson.build
index b3fb070d9..a7f1ee896 100644
--- a/src/contrib/service/conversation/meson.build
+++ b/src/contrib/service/conversation/meson.build
@@ -15,7 +15,6 @@ if get_option('monolith')
15 foreach p : libgnunetconversation_src + gnunetserviceconversation_src 15 foreach p : libgnunetconversation_src + gnunetserviceconversation_src
16 gnunet_src += 'conversation/' + p 16 gnunet_src += 'conversation/' + p
17 endforeach 17 endforeach
18 subdir_done()
19endif 18endif
20 19
21libgnunetmicrophone = library('gnunetmicrophone', 20libgnunetmicrophone = library('gnunetmicrophone',
diff --git a/src/contrib/service/scalarproduct/meson.build b/src/contrib/service/scalarproduct/meson.build
index 296734c2c..a3d24cfa9 100644
--- a/src/contrib/service/scalarproduct/meson.build
+++ b/src/contrib/service/scalarproduct/meson.build
@@ -16,7 +16,6 @@ if get_option('monolith')
16 foreach p : libgnunetscalarproduct_src + gnunetservicescalarproducta_src + gnunetservicescalarproductb_src + gnunetservicescalarproductecca_src + gnunetservicescalarproducteccb_src 16 foreach p : libgnunetscalarproduct_src + gnunetservicescalarproducta_src + gnunetservicescalarproductb_src + gnunetservicescalarproductecca_src + gnunetservicescalarproducteccb_src
17 gnunet_src += 'scalarproduct/' + p 17 gnunet_src += 'scalarproduct/' + p
18 endforeach 18 endforeach
19 subdir_done()
20endif 19endif
21 20
22libgnunetscalarproduct = library('gnunetscalarproduct', 21libgnunetscalarproduct = library('gnunetscalarproduct',
diff --git a/src/contrib/service/secretsharing/meson.build b/src/contrib/service/secretsharing/meson.build
index bfd66dddb..5f9935793 100644
--- a/src/contrib/service/secretsharing/meson.build
+++ b/src/contrib/service/secretsharing/meson.build
@@ -13,7 +13,6 @@ if get_option('monolith')
13 #foreach p : libgnunetsecretsharing_src + gnunetservicesecretsharing_src 13 #foreach p : libgnunetsecretsharing_src + gnunetservicesecretsharing_src
14 # gnunet_src += 'secretsharing/' + p 14 # gnunet_src += 'secretsharing/' + p
15 #endforeach 15 #endforeach
16 subdir_done()
17endif 16endif
18 17
19libgnunetsecretsharing = library('gnunetsecretsharing', 18libgnunetsecretsharing = library('gnunetsecretsharing',
diff --git a/src/contrib/service/set/meson.build b/src/contrib/service/set/meson.build
index fe4934cb9..153c16ac5 100644
--- a/src/contrib/service/set/meson.build
+++ b/src/contrib/service/set/meson.build
@@ -13,13 +13,6 @@ configure_file(input : 'set.conf.in',
13 install_dir: pkgcfgdir) 13 install_dir: pkgcfgdir)
14 14
15 15
16if get_option('monolith')
17 #foreach p : libgnunetset_src + gnunetserviceset_src
18 # gnunet_src += 'set/' + p
19 #endforeach
20 subdir_done()
21endif
22
23libgnunetset = library('gnunetset', 16libgnunetset = library('gnunetset',
24 libgnunetset_src, 17 libgnunetset_src,
25 soversion: '0', 18 soversion: '0',
diff --git a/src/include/meson.build b/src/include/meson.build
index 9a2483db5..57216c178 100644
--- a/src/include/meson.build
+++ b/src/include/meson.build
@@ -49,7 +49,6 @@ install_headers(
49 'gnunet_gnsrecord_json_lib.h', 49 'gnunet_gnsrecord_json_lib.h',
50 'gnunet_gnsrecord_plugin.h', 50 'gnunet_gnsrecord_plugin.h',
51 'gnu_name_system_record_types.h', 51 'gnu_name_system_record_types.h',
52 'gnunet_hello_lib.h',
53 'gnunet_hello_uri_lib.h', 52 'gnunet_hello_uri_lib.h',
54 'gnunet_helper_lib.h', 53 'gnunet_helper_lib.h',
55 'gnunet_identity_service.h', 54 'gnunet_identity_service.h',
@@ -115,7 +114,6 @@ install_headers(
115 'gnunet_transport_application_service.h', 114 'gnunet_transport_application_service.h',
116 'gnunet_transport_communication_service.h', 115 'gnunet_transport_communication_service.h',
117 'gnunet_transport_core_service.h', 116 'gnunet_transport_core_service.h',
118 'gnunet_transport_hello_service.h',
119 'gnunet_transport_monitor_service.h', 117 'gnunet_transport_monitor_service.h',
120 'gnunet_tun_lib.h', 118 'gnunet_tun_lib.h',
121 'gnunet_uri_lib.h', 119 'gnunet_uri_lib.h',
diff --git a/src/lib/hello/Makefile.am b/src/lib/hello/Makefile.am
index cbc193a0a..c7b3e4a05 100644
--- a/src/lib/hello/Makefile.am
+++ b/src/lib/hello/Makefile.am
@@ -18,38 +18,16 @@ libgnunethello_la_LDFLAGS = \
18 -version-info 1:0:1 18 -version-info 1:0:1
19 19
20check_PROGRAMS = \ 20check_PROGRAMS = \
21 test_hello \ 21 test_hello-uri
22 test_hello-uri \
23 test_friend_hello \
24 test_hello-ng
25 22
26if ENABLE_TEST_RUN 23if ENABLE_TEST_RUN
27AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 24AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
28TESTS = $(check_PROGRAMS) 25TESTS = $(check_PROGRAMS)
29endif 26endif
30 27
31test_hello_SOURCES = \
32 test_hello.c
33test_hello_LDADD = \
34 libgnunethello.la \
35 $(top_builddir)/src/lib/util/libgnunetutil.la
36
37test_hello_ng_SOURCES = \
38 test_hello-ng.c
39test_hello_ng_LDADD = \
40 libgnunethello.la \
41 $(top_builddir)/src/lib/util/libgnunetutil.la
42
43test_hello_uri_SOURCES = \ 28test_hello_uri_SOURCES = \
44 test_hello-uri.c 29 test_hello-uri.c
45test_hello_uri_LDADD = \ 30test_hello_uri_LDADD = \
46 libgnunethello.la \ 31 libgnunethello.la \
47 $(top_builddir)/src/lib/util/libgnunetutil.la \ 32 $(top_builddir)/src/lib/util/libgnunetutil.la \
48 -lgcrypt 33 -lgcrypt
49
50
51test_friend_hello_SOURCES = \
52 test_friend_hello.c
53test_friend_hello_LDADD = \
54 libgnunethello.la \
55 $(top_builddir)/src/lib/util/libgnunetutil.la
diff --git a/src/lib/hello/meson.build b/src/lib/hello/meson.build
index 1986316ac..30e0f4c9c 100644
--- a/src/lib/hello/meson.build
+++ b/src/lib/hello/meson.build
@@ -1,7 +1,4 @@
1libgnunethello_src = [#'hello.c', 1libgnunethello_src = ['hello-uri.c']
2 'address.c',
3 'hello-ng.c',
4 'hello-uri.c']
5 2
6libgnunethello = library('gnunethello', 3libgnunethello = library('gnunethello',
7 libgnunethello_src, 4 libgnunethello_src,
diff --git a/src/lib/hello/test_hello-uri.c b/src/lib/hello/test_hello-uri.c
index 1062f446b..bebed671b 100644
--- a/src/lib/hello/test_hello-uri.c
+++ b/src/lib/hello/test_hello-uri.c
@@ -22,6 +22,7 @@
22 * @brief test for helper library for handling URI-based HELLOs 22 * @brief test for helper library for handling URI-based HELLOs
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "gnunet_time_lib.h"
25#include "platform.h" 26#include "platform.h"
26#include "gnunet_signatures.h" 27#include "gnunet_signatures.h"
27#include "gnunet_hello_uri_lib.h" 28#include "gnunet_hello_uri_lib.h"
@@ -96,13 +97,13 @@ main (int argc,
96 &priv, 97 &priv,
97 NULL, 98 NULL,
98 &block_size, 99 &block_size,
99 NULL)); 100 GNUNET_TIME_UNIT_FOREVER_REL));
100 GNUNET_assert (GNUNET_NO == 101 GNUNET_assert (GNUNET_NO ==
101 GNUNET_HELLO_builder_to_block (b, 102 GNUNET_HELLO_builder_to_block (b,
102 &priv, 103 &priv,
103 NULL, 104 NULL,
104 &block_size, 105 &block_size,
105 NULL)); 106 GNUNET_TIME_UNIT_FOREVER_REL));
106 GNUNET_assert (0 != block_size); 107 GNUNET_assert (0 != block_size);
107 block = GNUNET_malloc (block_size); 108 block = GNUNET_malloc (block_size);
108 GNUNET_assert (GNUNET_OK == 109 GNUNET_assert (GNUNET_OK ==
@@ -110,7 +111,7 @@ main (int argc,
110 &priv, 111 &priv,
111 block, 112 block,
112 &block_size, 113 &block_size,
113 NULL)); 114 GNUNET_TIME_UNIT_FOREVER_REL));
114 b2 = GNUNET_HELLO_builder_from_block (block, 115 b2 = GNUNET_HELLO_builder_from_block (block,
115 block_size); 116 block_size);
116 GNUNET_free (block); 117 GNUNET_free (block);
@@ -158,7 +159,7 @@ main (int argc,
158 159
159 env = GNUNET_HELLO_builder_to_env (b, 160 env = GNUNET_HELLO_builder_to_env (b,
160 &priv, 161 &priv,
161 NULL); 162 GNUNET_TIME_UNIT_FOREVER_REL);
162 b2 = GNUNET_HELLO_builder_from_msg (GNUNET_MQ_env_get_msg (env)); 163 b2 = GNUNET_HELLO_builder_from_msg (GNUNET_MQ_env_get_msg (env));
163 GNUNET_free (env); 164 GNUNET_free (env);
164 GNUNET_assert (NULL != b2); 165 GNUNET_assert (NULL != b2);
diff --git a/src/service/dhtu/meson.build b/src/service/dhtu/meson.build
index b2525e782..a3c5b0e0a 100644
--- a/src/service/dhtu/meson.build
+++ b/src/service/dhtu/meson.build
@@ -11,7 +11,6 @@ if get_option('monolith')
11 foreach p : libgnunetplugindhtuip_src + libgnunetplugindhtugnunet_src 11 foreach p : libgnunetplugindhtuip_src + libgnunetplugindhtugnunet_src
12 gnunet_src += 'dhtu/' + p 12 gnunet_src += 'dhtu/' + p
13 endforeach 13 endforeach
14 subdir_done()
15endif 14endif
16 15
17libgnunettestingdhtu = library('gnunettestingdhtu', 16libgnunettestingdhtu = library('gnunettestingdhtu',
@@ -42,6 +41,7 @@ shared_module('gnunet_plugin_dhtu_gnunet',
42 libgnunetcore_dep, 41 libgnunetcore_dep,
43 libgnunethello_dep, 42 libgnunethello_dep,
44 libgnunetpeerstore_dep, 43 libgnunetpeerstore_dep,
44 libgnunettransportapplication_dep,
45 libgnunetnse_dep, 45 libgnunetnse_dep,
46 ], 46 ],
47 include_directories: [incdir, configuration_inc], 47 include_directories: [incdir, configuration_inc],
diff --git a/src/service/exit/meson.build b/src/service/exit/meson.build
index e75f2b080..8656986e1 100644
--- a/src/service/exit/meson.build
+++ b/src/service/exit/meson.build
@@ -5,11 +5,7 @@ configure_file(input : 'exit.conf',
5 install_dir: pkgcfgdir) 5 install_dir: pkgcfgdir)
6 6
7 7
8if get_option('monolith') 8if host_machine.system() == 'linux'
9 subdir_done()
10endif
11
12if host_machine.system() == 'linux'
13 executable ('gnunet-helper-exit', 9 executable ('gnunet-helper-exit',
14 ['gnunet-helper-exit.c'], 10 ['gnunet-helper-exit.c'],
15 include_directories: [incdir, configuration_inc], 11 include_directories: [incdir, configuration_inc],
diff --git a/src/service/hostlist/gnunet-daemon-hostlist_client.c b/src/service/hostlist/gnunet-daemon-hostlist_client.c
index 75b497d14..5a61e62c2 100644
--- a/src/service/hostlist/gnunet-daemon-hostlist_client.c
+++ b/src/service/hostlist/gnunet-daemon-hostlist_client.c
@@ -1760,7 +1760,7 @@ void
1760GNUNET_HOSTLIST_client_stop () 1760GNUNET_HOSTLIST_client_stop ()
1761{ 1761{
1762 struct GNUNET_PEERSTORE_StoreHelloContext *pos; 1762 struct GNUNET_PEERSTORE_StoreHelloContext *pos;
1763 1763
1764 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Hostlist client shutdown\n"); 1764 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Hostlist client shutdown\n");
1765 while (NULL != (pos = shc_head)) 1765 while (NULL != (pos = shc_head))
1766 { 1766 {
diff --git a/src/service/hostlist/meson.build b/src/service/hostlist/meson.build
index c05578334..01e7ecc01 100644
--- a/src/service/hostlist/meson.build
+++ b/src/service/hostlist/meson.build
@@ -9,9 +9,6 @@ configure_file(input : 'hostlist.conf',
9 install_dir: pkgcfgdir) 9 install_dir: pkgcfgdir)
10 10
11 11
12if get_option('monolith')
13 subdir_done()
14endif
15executable ('gnunet-daemon-hostlist', 12executable ('gnunet-daemon-hostlist',
16 gnunetdaemonhostlist_src, 13 gnunetdaemonhostlist_src,
17 dependencies: [libgnunetutil_dep, 14 dependencies: [libgnunetutil_dep,
diff --git a/src/service/pt/meson.build b/src/service/pt/meson.build
index 0b6cc1818..2fdb1c7fa 100644
--- a/src/service/pt/meson.build
+++ b/src/service/pt/meson.build
@@ -5,10 +5,6 @@ configure_file(input : 'pt.conf',
5 install_dir: pkgcfgdir) 5 install_dir: pkgcfgdir)
6 6
7 7
8if get_option('monolith')
9 subdir_done()
10endif
11
12executable ('gnunet-daemon-pt', 8executable ('gnunet-daemon-pt',
13 ['gnunet-daemon-pt.c'], 9 ['gnunet-daemon-pt.c'],
14 dependencies: [libgnunetdns_dep, 10 dependencies: [libgnunetdns_dep,
diff --git a/src/service/rest/gnunet-rest-server.c b/src/service/rest/gnunet-rest-server.c
index ce81704ae..7cc4025b0 100644
--- a/src/service/rest/gnunet-rest-server.c
+++ b/src/service/rest/gnunet-rest-server.c
@@ -34,7 +34,7 @@
34#include "identity_plugin.h" 34#include "identity_plugin.h"
35#include "namestore_plugin.h" 35#include "namestore_plugin.h"
36#include "gns_plugin.h" 36#include "gns_plugin.h"
37#ifdef HAVE_JOSE 37#if HAVE_JOSE
38#include "openid_plugin.h" 38#include "openid_plugin.h"
39#endif 39#endif
40#include "reclaim_plugin.h" 40#include "reclaim_plugin.h"
@@ -265,7 +265,7 @@ struct GNUNET_REST_Plugin *copying_plugin;
265struct GNUNET_REST_Plugin *identity_plugin; 265struct GNUNET_REST_Plugin *identity_plugin;
266struct GNUNET_REST_Plugin *namestore_plugin; 266struct GNUNET_REST_Plugin *namestore_plugin;
267struct GNUNET_REST_Plugin *gns_plugin; 267struct GNUNET_REST_Plugin *gns_plugin;
268#ifdef HAVE_JOSE 268#if HAVE_JOSE
269struct GNUNET_REST_Plugin *openid_plugin; 269struct GNUNET_REST_Plugin *openid_plugin;
270#endif 270#endif
271struct GNUNET_REST_Plugin *reclaim_plugin; 271struct GNUNET_REST_Plugin *reclaim_plugin;
@@ -1020,7 +1020,7 @@ do_shutdown (void *cls)
1020 REST_copying_done (copying_plugin); 1020 REST_copying_done (copying_plugin);
1021 REST_identity_done (identity_plugin); 1021 REST_identity_done (identity_plugin);
1022 REST_gns_done (gns_plugin); 1022 REST_gns_done (gns_plugin);
1023#ifdef HAVE_JOSE 1023#if HAVE_JOSE
1024 REST_openid_done (openid_plugin); 1024 REST_openid_done (openid_plugin);
1025#endif 1025#endif
1026 REST_reclaim_done (reclaim_plugin); 1026 REST_reclaim_done (reclaim_plugin);
@@ -1403,7 +1403,7 @@ run (void *cls,
1403 { 1403 {
1404 GNUNET_SCHEDULER_shutdown (); 1404 GNUNET_SCHEDULER_shutdown ();
1405 } 1405 }
1406#ifdef HAVE_JOSE 1406#if HAVE_JOSE
1407 struct GNUNET_REST_Plugin *openid_plugin = REST_openid_init (cfg); 1407 struct GNUNET_REST_Plugin *openid_plugin = REST_openid_init (cfg);
1408 if (GNUNET_OK != setup_plugin (openid_plugin->name, &REST_openid_process_request, openid_plugin)) 1408 if (GNUNET_OK != setup_plugin (openid_plugin->name, &REST_openid_process_request, openid_plugin))
1409 { 1409 {
diff --git a/src/service/rest/meson.build b/src/service/rest/meson.build
index 347cbb852..1ccb89796 100644
--- a/src/service/rest/meson.build
+++ b/src/service/rest/meson.build
@@ -6,12 +6,14 @@ gnunetservicerest_src = ['gnunet-rest-server.c',
6 'identity_plugin.c', 6 'identity_plugin.c',
7 'namestore_plugin.c', 7 'namestore_plugin.c',
8 'gns_plugin.c', 8 'gns_plugin.c',
9 'openid_plugin.c',
10 'oidc_helper.c',
11 'json_reclaim.c', 9 'json_reclaim.c',
12 'reclaim_plugin.c', 10 'reclaim_plugin.c',
13 ] 11 ]
14 12
13if jose_dep.found()
14 gnunetservicerest_src += ['oidc_helper.c', 'openid_plugin.c']
15endif
16
15configure_file(input : 'rest.conf', 17configure_file(input : 'rest.conf',
16 output : 'rest.conf', 18 output : 'rest.conf',
17 configuration : cdata, 19 configuration : cdata,
diff --git a/src/service/topology/meson.build b/src/service/topology/meson.build
index b196d98f2..33b704b41 100644
--- a/src/service/topology/meson.build
+++ b/src/service/topology/meson.build
@@ -13,7 +13,6 @@ if get_option('monolith')
13 foreach p : libgnunetfriends_src 13 foreach p : libgnunetfriends_src
14 gnunet_src += 'topology/' + p 14 gnunet_src += 'topology/' + p
15 endforeach 15 endforeach
16 subdir_done()
17endif 16endif
18 17
19libgnunetfriends = library('gnunetfriends', 18libgnunetfriends = library('gnunetfriends',
diff --git a/src/service/transport/gnunet-service-transport.c b/src/service/transport/gnunet-service-transport.c
index bb11da1cc..54d42fd51 100644
--- a/src/service/transport/gnunet-service-transport.c
+++ b/src/service/transport/gnunet-service-transport.c
@@ -3892,6 +3892,8 @@ free_address_list_entry (struct AddressListEntry *ale)
3892 GNUNET_SCHEDULER_cancel (ale->st); 3892 GNUNET_SCHEDULER_cancel (ale->st);
3893 ale->st = NULL; 3893 ale->st = NULL;
3894 } 3894 }
3895 if (NULL != ale->signed_address)
3896 GNUNET_free (ale->signed_address);
3895 GNUNET_free (ale); 3897 GNUNET_free (ale);
3896} 3898}
3897 3899
@@ -5506,8 +5508,6 @@ shc_cont (void *cls, int success)
5506 GNUNET_PEERSTORE_STOREOPTION_MULTIPLE, 5508 GNUNET_PEERSTORE_STOREOPTION_MULTIPLE,
5507 &peerstore_store_own_cb, 5509 &peerstore_store_own_cb,
5508 ale); 5510 ale);
5509 GNUNET_free (ale->signed_address);
5510 GNUNET_free (ale);
5511} 5511}
5512 5512
5513 5513
diff --git a/src/service/transport/transport-testing-communicator.c b/src/service/transport/transport-testing-communicator.c
index 168b29ce5..107051241 100644
--- a/src/service/transport/transport-testing-communicator.c
+++ b/src/service/transport/transport-testing-communicator.c
@@ -31,6 +31,7 @@
31#include "transport-testing-communicator.h" 31#include "transport-testing-communicator.h"
32#include "gnunet_signatures.h" 32#include "gnunet_signatures.h"
33#include "transport.h" 33#include "transport.h"
34#include "gnunet_hello_uri_lib.h"
34#include <inttypes.h> 35#include <inttypes.h>
35 36
36#define LOG(kind, ...) GNUNET_log_from (kind, "transport-testing2", __VA_ARGS__) 37#define LOG(kind, ...) GNUNET_log_from (kind, "transport-testing2", __VA_ARGS__)
diff --git a/src/service/zonemaster/meson.build b/src/service/zonemaster/meson.build
index 44c67edf2..92333ac8d 100644
--- a/src/service/zonemaster/meson.build
+++ b/src/service/zonemaster/meson.build
@@ -11,7 +11,6 @@ if get_option('monolith')
11 foreach p : gnunetservicezonemaster_src 11 foreach p : gnunetservicezonemaster_src
12 gnunet_src += 'zonemaster/' + p 12 gnunet_src += 'zonemaster/' + p
13 endforeach 13 endforeach
14 subdir_done()
15endif 14endif
16 15
17executable ('gnunet-service-zonemaster', 16executable ('gnunet-service-zonemaster',