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.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/meson.build b/src/dht/meson.build
index 130cef644..86087f48d 100644
--- a/src/dht/meson.build
+++ b/src/dht/meson.build
@@ -8,7 +8,7 @@ gnunetservicedht_src = ['gnunet-service-dht.c',
8 'gnunet-service-dht_routing.c'] 8 'gnunet-service-dht_routing.c']
9 9
10 10
11if gnunet_monolith == false 11if get_option('monolith') == false
12 libgnunetdht = library('gnunetdht', 12 libgnunetdht = library('gnunetdht',
13 libgnunetdht_src, 13 libgnunetdht_src,
14 dependencies: libgnunetutil_dep, 14 dependencies: libgnunetutil_dep,