aboutsummaryrefslogtreecommitdiff
path: root/src/set/meson.build
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/set/meson.build
parent1e97f7f28d6a2c2ef8e4a582f15ad6a0217e9dc8 (diff)
downloadgnunet-ca779bf73c80ab35fb7baf67cb067462699033fc.tar.gz
gnunet-ca779bf73c80ab35fb7baf67cb067462699033fc.zip
meson: fix libgnunet monolith ftbfs by excluding set,consensus,secretsharing
Diffstat (limited to 'src/set/meson.build')
-rw-r--r--src/set/meson.build6
1 files changed, 3 insertions, 3 deletions
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