aboutsummaryrefslogtreecommitdiff
path: root/src/fs/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/meson.build')
-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 73e55b65a..4246e4fcf 100644
--- a/src/fs/meson.build
+++ b/src/fs/meson.build
@@ -38,6 +38,7 @@ if get_option('monolith')
38 foreach p : libgnunetfs_src + gnunetservicefs_src 38 foreach p : libgnunetfs_src + gnunetservicefs_src
39 gnunet_src += 'fs/' + p 39 gnunet_src += 'fs/' + p
40 endforeach 40 endforeach
41 subdir_done()
41endif 42endif
42 43
43libgnunetfs = library('gnunetfs', 44libgnunetfs = library('gnunetfs',