aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-03 12:42:39 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-03 12:42:39 +0200
commit109f3188ba65b788990427d6d26ba8874a9b84f5 (patch)
tree12a4c67a91ca238a079bae9660f58dd9708dad53 /src/transport
parent4e2a0780eac2fd8309b7cc6865ee544b5519be90 (diff)
downloadgnunet-109f3188ba65b788990427d6d26ba8874a9b84f5.tar.gz
gnunet-109f3188ba65b788990427d6d26ba8874a9b84f5.zip
BUILD: Meson no need to ats dep in tests; readme
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/meson.build8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/transport/meson.build b/src/transport/meson.build
index a141ca215..d997aad8a 100644
--- a/src/transport/meson.build
+++ b/src/transport/meson.build
@@ -142,7 +142,7 @@ libgnunettransporttesting2 = library('gnunettransporttesting2',
142 libgnunettransportapplication_dep, 142 libgnunettransportapplication_dep,
143 libgnunettransport_dep, 143 libgnunettransport_dep,
144 libgnunetpeerstore_dep, 144 libgnunetpeerstore_dep,
145 libgnunetats_dep, # FIXME WHY ATS here? Isnt this TNG? 145 libgnunetats_dep,
146 libgnunettesting_dep, 146 libgnunettesting_dep,
147 libgnunethello_dep], 147 libgnunethello_dep],
148 include_directories: [incdir, configuration_inc], 148 include_directories: [incdir, configuration_inc],
@@ -222,7 +222,6 @@ libgnunettesttransport_cmd_simplesend = library('gnunet_test_transport_plugin_cm
222 libgnunetpeerstore_dep, 222 libgnunetpeerstore_dep,
223 libgnunetstatistics_dep, 223 libgnunetstatistics_dep,
224 libgnunethello_dep, 224 libgnunethello_dep,
225 libgnunetats_dep,
226 libgnunetarm_dep, 225 libgnunetarm_dep,
227 libgnunetutil_dep 226 libgnunetutil_dep
228 ], 227 ],
@@ -241,7 +240,6 @@ libgnunettesttransport_cmd_simplesendbc = library('gnunet_test_transport_plugin_
241 libgnunetpeerstore_dep, 240 libgnunetpeerstore_dep,
242 libgnunetstatistics_dep, 241 libgnunetstatistics_dep,
243 libgnunethello_dep, 242 libgnunethello_dep,
244 libgnunetats_dep,
245 libgnunetarm_dep, 243 libgnunetarm_dep,
246 libgnunetutil_dep 244 libgnunetutil_dep
247 ], 245 ],
@@ -260,7 +258,6 @@ libgnunettesttransport_cmd_simplesenddv = library('gnunet_test_transport_plugin_
260 libgnunetpeerstore_dep, 258 libgnunetpeerstore_dep,
261 libgnunetstatistics_dep, 259 libgnunetstatistics_dep,
262 libgnunethello_dep, 260 libgnunethello_dep,
263 libgnunetats_dep,
264 libgnunetarm_dep, 261 libgnunetarm_dep,
265 libgnunetutil_dep 262 libgnunetutil_dep
266 ], 263 ],
@@ -279,7 +276,6 @@ libgnunettesttransport_cmd_simplesendperf = library('gnunet_test_transport_plugi
279 libgnunetpeerstore_dep, 276 libgnunetpeerstore_dep,
280 libgnunetstatistics_dep, 277 libgnunetstatistics_dep,
281 libgnunethello_dep, 278 libgnunethello_dep,
282 libgnunetats_dep,
283 libgnunetarm_dep, 279 libgnunetarm_dep,
284 libgnunetutil_dep 280 libgnunetutil_dep
285 ], 281 ],
@@ -298,7 +294,6 @@ libgnunettesttransport_cmd_udpback = library('gnunet_test_transport_plugin_cmd_u
298 libgnunetpeerstore_dep, 294 libgnunetpeerstore_dep,
299 libgnunetstatistics_dep, 295 libgnunetstatistics_dep,
300 libgnunethello_dep, 296 libgnunethello_dep,
301 libgnunetats_dep,
302 libgnunetarm_dep, 297 libgnunetarm_dep,
303 libgnunetutil_dep 298 libgnunetutil_dep
304 ], 299 ],
@@ -317,7 +312,6 @@ libgnunettesttransport_cmd_natupnp = library('gnunet_test_transport_plugin_cmd_n
317 libgnunetpeerstore_dep, 312 libgnunetpeerstore_dep,
318 libgnunetstatistics_dep, 313 libgnunetstatistics_dep,
319 libgnunethello_dep, 314 libgnunethello_dep,
320 libgnunetats_dep,
321 libgnunetarm_dep, 315 libgnunetarm_dep,
322 libgnunetutil_dep 316 libgnunetutil_dep
323 ], 317 ],