aboutsummaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 21:53:16 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 21:53:16 +0200
commitca779bf73c80ab35fb7baf67cb067462699033fc (patch)
tree62cb611b19d53ecc6691476a617e876b799e249c /src/template
parent1e97f7f28d6a2c2ef8e4a582f15ad6a0217e9dc8 (diff)
downloadgnunet-ca779bf73c80ab35fb7baf67cb067462699033fc.tar.gz
gnunet-ca779bf73c80ab35fb7baf67cb067462699033fc.zip
meson: fix libgnunet monolith ftbfs by excluding set,consensus,secretsharing
Diffstat (limited to 'src/template')
-rw-r--r--src/template/meson.build3
1 files changed, 0 insertions, 3 deletions
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