aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/consensus/meson.build7
-rw-r--r--src/secretsharing/meson.build7
-rw-r--r--src/set/meson.build6
-rw-r--r--src/template/meson.build3
4 files changed, 11 insertions, 12 deletions
diff --git a/src/consensus/meson.build b/src/consensus/meson.build
index c162231d6..b66acf2b9 100644
--- a/src/consensus/meson.build
+++ b/src/consensus/meson.build
@@ -8,10 +8,11 @@ configure_file(input : 'consensus.conf.in',
8 install: true, 8 install: true,
9 install_dir: pkgcfgdir) 9 install_dir: pkgcfgdir)
10 10
11# FIXME needs new seti/setu
11if get_option('monolith') 12if get_option('monolith')
12 foreach p : libgnunetconsensus_src + gnunetserviceconsensus_src 13 #foreach p : libgnunetconsensus_src + gnunetserviceconsensus_src
13 gnunet_src += 'consensus/' + p 14 # gnunet_src += 'consensus/' + p
14 endforeach 15 #endforeach
15 subdir_done() 16 subdir_done()
16endif 17endif
17 18
diff --git a/src/secretsharing/meson.build b/src/secretsharing/meson.build
index 1f8cee930..bfd66dddb 100644
--- a/src/secretsharing/meson.build
+++ b/src/secretsharing/meson.build
@@ -8,10 +8,11 @@ configure_file(input : 'secretsharing.conf.in',
8 install: true, 8 install: true,
9 install_dir: pkgcfgdir) 9 install_dir: pkgcfgdir)
10 10
11# FIXME needs new seti/setu
11if get_option('monolith') 12if get_option('monolith')
12 foreach p : libgnunetsecretsharing_src + gnunetservicesecretsharing_src 13 #foreach p : libgnunetsecretsharing_src + gnunetservicesecretsharing_src
13 gnunet_src += 'secretsharing/' + p 14 # gnunet_src += 'secretsharing/' + p
14 endforeach 15 #endforeach
15 subdir_done() 16 subdir_done()
16endif 17endif
17 18
diff --git a/src/set/meson.build b/src/set/meson.build
index 51782f446..fe4934cb9 100644
--- a/src/set/meson.build
+++ b/src/set/meson.build
@@ -14,9 +14,9 @@ configure_file(input : 'set.conf.in',
14 14
15 15
16if get_option('monolith') 16if get_option('monolith')
17 foreach p : libgnunetset_src + gnunetserviceset_src 17 #foreach p : libgnunetset_src + gnunetserviceset_src
18 gnunet_src += 'set/' + p 18 # gnunet_src += 'set/' + p
19 endforeach 19 #endforeach
20 subdir_done() 20 subdir_done()
21endif 21endif
22 22
diff --git a/src/template/meson.build b/src/template/meson.build
index 0bdd43391..cffaa9f14 100644
--- a/src/template/meson.build
+++ b/src/template/meson.build
@@ -7,9 +7,6 @@ configure_file(input : 'template.conf',
7 install_dir: pkgcfgdir) 7 install_dir: pkgcfgdir)
8 8
9if get_option('monolith') 9if get_option('monolith')
10 foreach p : libgnunettemplate_src + gnunetservicetemplate_src
11 gnunet_src += 'template/' + p
12 endforeach
13 subdir_done() 10 subdir_done()
14endif 11endif
15 12