aboutsummaryrefslogtreecommitdiff
path: root/src/fs
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/fs
parent1709cc9e9fe49e2392b400a4cfaf8ac8a4146db3 (diff)
downloadgnunet-6304a090df056836158e485846eb632be508e32f.tar.gz
gnunet-6304a090df056836158e485846eb632be508e32f.zip
BUILD: Fix in case we need libm dep
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/meson.build b/src/fs/meson.build
index 0460a2f5f..9351f100d 100644
--- a/src/fs/meson.build
+++ b/src/fs/meson.build
@@ -67,6 +67,7 @@ if get_option('monolith') == false
67 libgnunetcore_dep, 67 libgnunetcore_dep,
68 libgnunetdht_dep, 68 libgnunetdht_dep,
69 libgnunetidentity_dep, 69 libgnunetidentity_dep,
70 m_dep,
70 libgnunetats_dep, 71 libgnunetats_dep,
71 libgnunetcadet_dep, 72 libgnunetcadet_dep,
72 libgnunetpeerstore_dep, 73 libgnunetpeerstore_dep,