aboutsummaryrefslogtreecommitdiff
path: root/src/setu
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-22 21:32:28 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-22 21:32:28 +0200
commit6304a090df056836158e485846eb632be508e32f (patch)
tree645ca8021b2d77187b6e14e2c90b41b0541bae16 /src/setu
parent1709cc9e9fe49e2392b400a4cfaf8ac8a4146db3 (diff)
downloadgnunet-6304a090df056836158e485846eb632be508e32f.tar.gz
gnunet-6304a090df056836158e485846eb632be508e32f.zip
BUILD: Fix in case we need libm dep
Diffstat (limited to 'src/setu')
-rw-r--r--src/setu/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setu/meson.build b/src/setu/meson.build
index 99d44d612..b36543264 100644
--- a/src/setu/meson.build
+++ b/src/setu/meson.build
@@ -21,6 +21,7 @@ if get_option('monolith') == false
21 gnunetservicesetu_src, 21 gnunetservicesetu_src,
22 dependencies: [libgnunetsetu_dep, 22 dependencies: [libgnunetsetu_dep,
23 libgnunetutil_dep, 23 libgnunetutil_dep,
24 m_dep,
24 libgnunetstatistics_dep, 25 libgnunetstatistics_dep,
25 libgnunetcore_dep, 26 libgnunetcore_dep,
26 libgnunetcadet_dep, 27 libgnunetcadet_dep,