aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-29 16:00:14 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-29 16:00:14 +0200
commitbce615c696f9948376a54a6ddf8c253ea39113bf (patch)
tree321a155eb132d904681c5701919aa6d036b06a5d /src/meson.build
parentd43a6c820edcf173fe4822bdf15a3ecb6ca32cf6 (diff)
downloadgnunet-bce615c696f9948376a54a6ddf8c253ea39113bf.tar.gz
gnunet-bce615c696f9948376a54a6ddf8c253ea39113bf.zip
BUILD: Fix meson build
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