aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-15 09:35:13 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-15 09:35:13 +0200
commit3d9039f407d2f2f8a73e7113008d965354994d70 (patch)
treed922e90ed833547e55533b83ebfb57efefc54600 /src/meson.build
parent9860e996e2d7d77b21aef822eefc478c1f4e00a3 (diff)
downloadgnunet-3d9039f407d2f2f8a73e7113008d965354994d70.tar.gz
gnunet-3d9039f407d2f2f8a73e7113008d965354994d70.zip
meson: fix arm tests
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/meson.build b/src/meson.build
index c59ecfab9..b52f59c89 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -16,14 +16,12 @@ subdir('curl', if_found : [curl_dep])
16if get_option('monolith') == false 16if get_option('monolith') == false
17 subdir('rest') 17 subdir('rest')
18endif 18endif
19#subdir('peerinfo')
20subdir('sq', if_found : [sqlite_dep]) 19subdir('sq', if_found : [sqlite_dep])
21subdir('pq', if_found : [pq_dep]) 20subdir('pq', if_found : [pq_dep])
22subdir('datacache') 21subdir('datacache')
23subdir('datastore') 22subdir('datastore')
24#subdir('template') 23#subdir('template')
25subdir('peerstore') 24subdir('peerstore')
26#subdir('ats')
27subdir('nat') 25subdir('nat')
28subdir('nat-auto') 26subdir('nat-auto')
29subdir('transport') 27subdir('transport')
@@ -50,7 +48,6 @@ subdir('gns')
50subdir('zonemaster') 48subdir('zonemaster')
51#subdir('$(CONVERSATION_DIR)') 49#subdir('$(CONVERSATION_DIR)')
52subdir('fs') 50subdir('fs')
53# TODO
54subdir('exit') 51subdir('exit')
55subdir('pt') 52subdir('pt')
56subdir('secretsharing') 53subdir('secretsharing')