aboutsummaryrefslogtreecommitdiff
path: root/src/dht/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/meson.build')
-rw-r--r--src/dht/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/meson.build b/src/dht/meson.build
index f42ae354c..02c3cb8f8 100644
--- a/src/dht/meson.build
+++ b/src/dht/meson.build
@@ -15,6 +15,7 @@ if get_option('monolith')
15 foreach p : libgnunetdht_src + gnunetservicedht_src 15 foreach p : libgnunetdht_src + gnunetservicedht_src
16 gnunet_src += 'dht/' + p 16 gnunet_src += 'dht/' + p
17 endforeach 17 endforeach
18 subdir_done()
18endif 19endif
19 20
20libgnunetdht = library('gnunetdht', 21libgnunetdht = library('gnunetdht',