aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 732e3a62a..ee7e53fc2 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -11,7 +11,7 @@ if get_option('monolith') == false
11 subdir('arm') 11 subdir('arm')
12endif 12endif
13subdir('statistics') 13subdir('statistics')
14#$(TESTING)') 14subdir('testing')
15subdir('json', if_found : json_dep) 15subdir('json', if_found : json_dep)
16subdir('curl', if_found : [curl_dep]) 16subdir('curl', if_found : [curl_dep])
17if get_option('monolith') == false 17if get_option('monolith') == false