diff options
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 9815e0f01..0828f7c04 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am | |||
@@ -48,9 +48,9 @@ libgnunettransporttesting2_la_LIBADD = \ | |||
48 | libgnunettransportcore.la \ | 48 | libgnunettransportcore.la \ |
49 | $(top_builddir)/src/arm/libgnunetarm.la \ | 49 | $(top_builddir)/src/arm/libgnunetarm.la \ |
50 | $(top_builddir)/src/testing/libgnunettesting.la \ | 50 | $(top_builddir)/src/testing/libgnunettesting.la \ |
51 | $(top_builddir)/src/hello/libgnunethello.la \ | 51 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
52 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 52 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
53 | $(top_builddir)/src/util/libgnunetutil.la | 53 | $(top_builddir)/src/lib/util/libgnunetutil.la |
54 | libgnunettransporttesting2_la_LDFLAGS = \ | 54 | libgnunettransporttesting2_la_LDFLAGS = \ |
55 | $(GN_LIBINTL) \ | 55 | $(GN_LIBINTL) \ |
56 | $(GN_LIB_LDFLAGS) \ | 56 | $(GN_LIB_LDFLAGS) \ |
@@ -59,7 +59,7 @@ libgnunettransporttesting2_la_LDFLAGS = \ | |||
59 | libgnunettransportapplication_la_SOURCES = \ | 59 | libgnunettransportapplication_la_SOURCES = \ |
60 | transport_api2_application.c | 60 | transport_api2_application.c |
61 | libgnunettransportapplication_la_LIBADD = \ | 61 | libgnunettransportapplication_la_LIBADD = \ |
62 | $(top_builddir)/src/util/libgnunetutil.la \ | 62 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
63 | $(LTLIBINTL) | 63 | $(LTLIBINTL) |
64 | libgnunettransportapplication_la_LDFLAGS = \ | 64 | libgnunettransportapplication_la_LDFLAGS = \ |
65 | $(GN_LIB_LDFLAGS) \ | 65 | $(GN_LIB_LDFLAGS) \ |
@@ -69,7 +69,7 @@ libgnunettransportapplication_la_LDFLAGS = \ | |||
69 | libgnunettransportcore_la_SOURCES = \ | 69 | libgnunettransportcore_la_SOURCES = \ |
70 | transport_api2_core.c | 70 | transport_api2_core.c |
71 | libgnunettransportcore_la_LIBADD = \ | 71 | libgnunettransportcore_la_LIBADD = \ |
72 | $(top_builddir)/src/util/libgnunetutil.la \ | 72 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
73 | $(GN_LIBINTL) | 73 | $(GN_LIBINTL) |
74 | libgnunettransportcore_la_LDFLAGS = \ | 74 | libgnunettransportcore_la_LDFLAGS = \ |
75 | $(GN_LIB_LDFLAGS) \ | 75 | $(GN_LIB_LDFLAGS) \ |
@@ -78,7 +78,7 @@ libgnunettransportcore_la_LDFLAGS = \ | |||
78 | libgnunettransportcommunicator_la_SOURCES = \ | 78 | libgnunettransportcommunicator_la_SOURCES = \ |
79 | transport_api2_communication.c | 79 | transport_api2_communication.c |
80 | libgnunettransportcommunicator_la_LIBADD = \ | 80 | libgnunettransportcommunicator_la_LIBADD = \ |
81 | $(top_builddir)/src/util/libgnunetutil.la \ | 81 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
82 | $(GN_LIBINTL) | 82 | $(GN_LIBINTL) |
83 | libgnunettransportcommunicator_la_LDFLAGS = \ | 83 | libgnunettransportcommunicator_la_LDFLAGS = \ |
84 | $(GN_LIB_LDFLAGS) \ | 84 | $(GN_LIB_LDFLAGS) \ |
@@ -88,7 +88,7 @@ libgnunettransportcommunicator_la_LDFLAGS = \ | |||
88 | libgnunettransportmonitor_la_SOURCES = \ | 88 | libgnunettransportmonitor_la_SOURCES = \ |
89 | transport_api2_monitor.c | 89 | transport_api2_monitor.c |
90 | libgnunettransportmonitor_la_LIBADD = \ | 90 | libgnunettransportmonitor_la_LIBADD = \ |
91 | $(top_builddir)/src/util/libgnunetutil.la \ | 91 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
92 | $(GN_LIBINTL) | 92 | $(GN_LIBINTL) |
93 | libgnunettransportmonitor_la_LDFLAGS = \ | 93 | libgnunettransportmonitor_la_LDFLAGS = \ |
94 | $(GN_LIB_LDFLAGS) \ | 94 | $(GN_LIB_LDFLAGS) \ |
@@ -130,7 +130,7 @@ gnunet_communicator_unix_SOURCES = \ | |||
130 | gnunet_communicator_unix_LDADD = \ | 130 | gnunet_communicator_unix_LDADD = \ |
131 | libgnunettransportcommunicator.la \ | 131 | libgnunettransportcommunicator.la \ |
132 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 132 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
133 | $(top_builddir)/src/util/libgnunetutil.la | 133 | $(top_builddir)/src/lib/util/libgnunetutil.la |
134 | 134 | ||
135 | gnunet_communicator_tcp_SOURCES = \ | 135 | gnunet_communicator_tcp_SOURCES = \ |
136 | gnunet-communicator-tcp.c | 136 | gnunet-communicator-tcp.c |
@@ -139,7 +139,7 @@ gnunet_communicator_tcp_LDADD = \ | |||
139 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 139 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
140 | $(top_builddir)/src/nat/libgnunetnatnew.la \ | 140 | $(top_builddir)/src/nat/libgnunetnatnew.la \ |
141 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 141 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
142 | $(top_builddir)/src/util/libgnunetutil.la \ | 142 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
143 | $(LIBGCRYPT_LIBS) | 143 | $(LIBGCRYPT_LIBS) |
144 | 144 | ||
145 | gnunet_communicator_udp_SOURCES = \ | 145 | gnunet_communicator_udp_SOURCES = \ |
@@ -149,7 +149,7 @@ gnunet_communicator_udp_LDADD = \ | |||
149 | libgnunettransportcommunicator.la \ | 149 | libgnunettransportcommunicator.la \ |
150 | $(top_builddir)/src/nat/libgnunetnatnew.la \ | 150 | $(top_builddir)/src/nat/libgnunetnatnew.la \ |
151 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 151 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
152 | $(top_builddir)/src/util/libgnunetutil.la \ | 152 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
153 | $(LIBGCRYPT_LIBS) | 153 | $(LIBGCRYPT_LIBS) |
154 | 154 | ||
155 | if HAVE_EXPERIMENTAL | 155 | if HAVE_EXPERIMENTAL |
@@ -162,7 +162,7 @@ gnunet_communicator_quic_LDADD = \ | |||
162 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 162 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
163 | $(top_builddir)/src/nat/libgnunetnatnew.la \ | 163 | $(top_builddir)/src/nat/libgnunetnatnew.la \ |
164 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 164 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
165 | $(top_builddir)/src/util/libgnunetutil.la \ | 165 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
166 | -lquiche \ | 166 | -lquiche \ |
167 | $(LIBGCRYPT_LIBS) | 167 | $(LIBGCRYPT_LIBS) |
168 | endif | 168 | endif |
@@ -172,17 +172,17 @@ endif | |||
172 | # gnunet-transport.c | 172 | # gnunet-transport.c |
173 | #gnunet_transport_LDADD = \ | 173 | #gnunet_transport_LDADD = \ |
174 | # libgnunettransport.la \ | 174 | # libgnunettransport.la \ |
175 | # $(top_builddir)/src/hello/libgnunethello.la \ | 175 | # $(top_builddir)/src/lib/hello/libgnunethello.la \ |
176 | # $(top_builddir)/src/util/libgnunetutil.la \ | 176 | # $(top_builddir)/src/lib/util/libgnunetutil.la \ |
177 | # $(GN_LIBINTL) | 177 | # $(GN_LIBINTL) |
178 | 178 | ||
179 | gnunet_service_transport_SOURCES = \ | 179 | gnunet_service_transport_SOURCES = \ |
180 | gnunet-service-transport.c transport.h | 180 | gnunet-service-transport.c transport.h |
181 | gnunet_service_transport_LDADD = \ | 181 | gnunet_service_transport_LDADD = \ |
182 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 182 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
183 | $(top_builddir)/src/hello/libgnunethello.la \ | 183 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
184 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 184 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
185 | $(top_builddir)/src/util/libgnunetutil.la \ | 185 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
186 | $(LIBGCRYPT_LIBS) \ | 186 | $(LIBGCRYPT_LIBS) \ |
187 | $(GN_LIBINTL) | 187 | $(GN_LIBINTL) |
188 | 188 | ||
@@ -203,9 +203,9 @@ libgnunet_test_transport_plugin_cmd_nat_upnp_la_LIBADD = \ | |||
203 | $(top_builddir)/src/testing/libgnunettesting.la \ | 203 | $(top_builddir)/src/testing/libgnunettesting.la \ |
204 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 204 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
205 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 205 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
206 | $(top_builddir)/src/hello/libgnunethello.la \ | 206 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
207 | $(top_builddir)/src/arm/libgnunetarm.la \ | 207 | $(top_builddir)/src/arm/libgnunetarm.la \ |
208 | $(top_builddir)/src/util/libgnunetutil.la \ | 208 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
209 | $(LTLIBINTL) | 209 | $(LTLIBINTL) |
210 | libgnunet_test_transport_plugin_cmd_nat_upnp_la_LDFLAGS = \ | 210 | libgnunet_test_transport_plugin_cmd_nat_upnp_la_LDFLAGS = \ |
211 | $(GN_PLUGIN_LDFLAGS) | 211 | $(GN_PLUGIN_LDFLAGS) |
@@ -219,9 +219,9 @@ libgnunet_test_transport_plugin_cmd_udp_backchannel_la_LIBADD = \ | |||
219 | $(top_builddir)/src/testing/libgnunettesting.la \ | 219 | $(top_builddir)/src/testing/libgnunettesting.la \ |
220 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 220 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
221 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 221 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
222 | $(top_builddir)/src/hello/libgnunethello.la \ | 222 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
223 | $(top_builddir)/src/arm/libgnunetarm.la \ | 223 | $(top_builddir)/src/arm/libgnunetarm.la \ |
224 | $(top_builddir)/src/util/libgnunetutil.la \ | 224 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
225 | $(LTLIBINTL) | 225 | $(LTLIBINTL) |
226 | libgnunet_test_transport_plugin_cmd_udp_backchannel_la_LDFLAGS = \ | 226 | libgnunet_test_transport_plugin_cmd_udp_backchannel_la_LDFLAGS = \ |
227 | $(GN_PLUGIN_LDFLAGS) | 227 | $(GN_PLUGIN_LDFLAGS) |
@@ -235,9 +235,9 @@ libgnunet_test_transport_plugin_cmd_simple_send_la_LIBADD = \ | |||
235 | $(top_builddir)/src/testing/libgnunettesting.la \ | 235 | $(top_builddir)/src/testing/libgnunettesting.la \ |
236 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 236 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
237 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 237 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
238 | $(top_builddir)/src/hello/libgnunethello.la \ | 238 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
239 | $(top_builddir)/src/arm/libgnunetarm.la \ | 239 | $(top_builddir)/src/arm/libgnunetarm.la \ |
240 | $(top_builddir)/src/util/libgnunetutil.la \ | 240 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
241 | $(LTLIBINTL) | 241 | $(LTLIBINTL) |
242 | libgnunet_test_transport_plugin_cmd_simple_send_la_LDFLAGS = \ | 242 | libgnunet_test_transport_plugin_cmd_simple_send_la_LDFLAGS = \ |
243 | $(GN_PLUGIN_LDFLAGS) | 243 | $(GN_PLUGIN_LDFLAGS) |
@@ -251,9 +251,9 @@ libgnunet_test_transport_plugin_cmd_simple_send_performance_la_LIBADD = \ | |||
251 | $(top_builddir)/src/testing/libgnunettesting.la \ | 251 | $(top_builddir)/src/testing/libgnunettesting.la \ |
252 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 252 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
253 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 253 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
254 | $(top_builddir)/src/hello/libgnunethello.la \ | 254 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
255 | $(top_builddir)/src/arm/libgnunetarm.la \ | 255 | $(top_builddir)/src/arm/libgnunetarm.la \ |
256 | $(top_builddir)/src/util/libgnunetutil.la \ | 256 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
257 | $(LTLIBINTL) | 257 | $(LTLIBINTL) |
258 | libgnunet_test_transport_plugin_cmd_simple_send_performance_la_LDFLAGS = \ | 258 | libgnunet_test_transport_plugin_cmd_simple_send_performance_la_LDFLAGS = \ |
259 | $(GN_PLUGIN_LDFLAGS) | 259 | $(GN_PLUGIN_LDFLAGS) |
@@ -267,9 +267,9 @@ libgnunet_test_transport_plugin_cmd_simple_send_broadcast_la_LIBADD = \ | |||
267 | $(top_builddir)/src/testing/libgnunettesting.la \ | 267 | $(top_builddir)/src/testing/libgnunettesting.la \ |
268 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 268 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
269 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 269 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
270 | $(top_builddir)/src/hello/libgnunethello.la \ | 270 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
271 | $(top_builddir)/src/arm/libgnunetarm.la \ | 271 | $(top_builddir)/src/arm/libgnunetarm.la \ |
272 | $(top_builddir)/src/util/libgnunetutil.la \ | 272 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
273 | $(LTLIBINTL) | 273 | $(LTLIBINTL) |
274 | libgnunet_test_transport_plugin_cmd_simple_send_broadcast_la_LDFLAGS = \ | 274 | libgnunet_test_transport_plugin_cmd_simple_send_broadcast_la_LDFLAGS = \ |
275 | $(GN_PLUGIN_LDFLAGS) | 275 | $(GN_PLUGIN_LDFLAGS) |
@@ -283,9 +283,9 @@ libgnunet_test_transport_plugin_cmd_simple_send_dv_la_LIBADD = \ | |||
283 | $(top_builddir)/src/testing/libgnunettesting.la \ | 283 | $(top_builddir)/src/testing/libgnunettesting.la \ |
284 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ | 284 | $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ |
285 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 285 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
286 | $(top_builddir)/src/hello/libgnunethello.la \ | 286 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
287 | $(top_builddir)/src/arm/libgnunetarm.la \ | 287 | $(top_builddir)/src/arm/libgnunetarm.la \ |
288 | $(top_builddir)/src/util/libgnunetutil.la \ | 288 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
289 | $(LTLIBINTL) | 289 | $(LTLIBINTL) |
290 | libgnunet_test_transport_plugin_cmd_simple_send_dv_la_LDFLAGS = \ | 290 | libgnunet_test_transport_plugin_cmd_simple_send_dv_la_LDFLAGS = \ |
291 | $(GN_PLUGIN_LDFLAGS) | 291 | $(GN_PLUGIN_LDFLAGS) |
@@ -331,8 +331,8 @@ test_transport_start_with_config_SOURCES = \ | |||
331 | test_transport_start_with_config.c | 331 | test_transport_start_with_config.c |
332 | test_transport_start_with_config_LDADD = \ | 332 | test_transport_start_with_config_LDADD = \ |
333 | $(top_builddir)/src/testing/libgnunettesting.la \ | 333 | $(top_builddir)/src/testing/libgnunettesting.la \ |
334 | $(top_builddir)/src/util/libgnunetutil.la \ | 334 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
335 | $(top_builddir)/src/hello/libgnunethello.la \ | 335 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
336 | libgnunettransportcore.la \ | 336 | libgnunettransportcore.la \ |
337 | libgnunettransporttesting2.la | 337 | libgnunettransporttesting2.la |
338 | 338 | ||
@@ -341,7 +341,7 @@ test_communicator_basic_unix_SOURCES = \ | |||
341 | test_communicator_basic_unix_LDADD = \ | 341 | test_communicator_basic_unix_LDADD = \ |
342 | libgnunettransporttesting2.la \ | 342 | libgnunettransporttesting2.la \ |
343 | $(top_builddir)/src/testing/libgnunettesting.la \ | 343 | $(top_builddir)/src/testing/libgnunettesting.la \ |
344 | $(top_builddir)/src/util/libgnunetutil.la \ | 344 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
345 | $(top_builddir)/src/statistics/libgnunetstatistics.la | 345 | $(top_builddir)/src/statistics/libgnunetstatistics.la |
346 | 346 | ||
347 | test_communicator_basic_tcp_SOURCES = \ | 347 | test_communicator_basic_tcp_SOURCES = \ |
@@ -349,7 +349,7 @@ test_communicator_basic_tcp_SOURCES = \ | |||
349 | test_communicator_basic_tcp_LDADD = \ | 349 | test_communicator_basic_tcp_LDADD = \ |
350 | libgnunettransporttesting2.la \ | 350 | libgnunettransporttesting2.la \ |
351 | $(top_builddir)/src/testing/libgnunettesting.la \ | 351 | $(top_builddir)/src/testing/libgnunettesting.la \ |
352 | $(top_builddir)/src/util/libgnunetutil.la \ | 352 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
353 | $(top_builddir)/src/statistics/libgnunetstatistics.la | 353 | $(top_builddir)/src/statistics/libgnunetstatistics.la |
354 | 354 | ||
355 | test_communicator_basic_udp_SOURCES = \ | 355 | test_communicator_basic_udp_SOURCES = \ |
@@ -357,7 +357,7 @@ test_communicator_basic_udp_SOURCES = \ | |||
357 | test_communicator_basic_udp_LDADD = \ | 357 | test_communicator_basic_udp_LDADD = \ |
358 | libgnunettransporttesting2.la \ | 358 | libgnunettransporttesting2.la \ |
359 | $(top_builddir)/src/testing/libgnunettesting.la \ | 359 | $(top_builddir)/src/testing/libgnunettesting.la \ |
360 | $(top_builddir)/src/util/libgnunetutil.la \ | 360 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
361 | $(top_builddir)/src/statistics/libgnunetstatistics.la | 361 | $(top_builddir)/src/statistics/libgnunetstatistics.la |
362 | 362 | ||
363 | test_communicator_basic_quic_SOURCES = \ | 363 | test_communicator_basic_quic_SOURCES = \ |
@@ -365,7 +365,7 @@ test_communicator_basic_quic_SOURCES = \ | |||
365 | test_communicator_basic_quic_LDADD = \ | 365 | test_communicator_basic_quic_LDADD = \ |
366 | libgnunettransporttesting2.la \ | 366 | libgnunettransporttesting2.la \ |
367 | $(top_builddir)/src/testing/libgnunettesting.la \ | 367 | $(top_builddir)/src/testing/libgnunettesting.la \ |
368 | $(top_builddir)/src/util/libgnunetutil.la \ | 368 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
369 | $(top_builddir)/src/statistics/libgnunetstatistics.la | 369 | $(top_builddir)/src/statistics/libgnunetstatistics.la |
370 | 370 | ||
371 | test_communicator_rekey_tcp_SOURCES = \ | 371 | test_communicator_rekey_tcp_SOURCES = \ |
@@ -373,7 +373,7 @@ test_communicator_rekey_tcp_SOURCES = \ | |||
373 | test_communicator_rekey_tcp_LDADD = \ | 373 | test_communicator_rekey_tcp_LDADD = \ |
374 | libgnunettransporttesting2.la \ | 374 | libgnunettransporttesting2.la \ |
375 | $(top_builddir)/src/testing/libgnunettesting.la \ | 375 | $(top_builddir)/src/testing/libgnunettesting.la \ |
376 | $(top_builddir)/src/util/libgnunetutil.la \ | 376 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
377 | $(top_builddir)/src/statistics/libgnunetstatistics.la | 377 | $(top_builddir)/src/statistics/libgnunetstatistics.la |
378 | 378 | ||
379 | test_communicator_rekey_udp_SOURCES = \ | 379 | test_communicator_rekey_udp_SOURCES = \ |
@@ -381,7 +381,7 @@ test_communicator_rekey_udp_SOURCES = \ | |||
381 | test_communicator_rekey_udp_LDADD = \ | 381 | test_communicator_rekey_udp_LDADD = \ |
382 | libgnunettransporttesting2.la \ | 382 | libgnunettransporttesting2.la \ |
383 | $(top_builddir)/src/testing/libgnunettesting.la \ | 383 | $(top_builddir)/src/testing/libgnunettesting.la \ |
384 | $(top_builddir)/src/util/libgnunetutil.la \ | 384 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
385 | $(top_builddir)/src/statistics/libgnunetstatistics.la | 385 | $(top_builddir)/src/statistics/libgnunetstatistics.la |
386 | 386 | ||
387 | test_communicator_backchannel_udp_SOURCES = \ | 387 | test_communicator_backchannel_udp_SOURCES = \ |
@@ -389,7 +389,7 @@ test_communicator_backchannel_udp_SOURCES = \ | |||
389 | test_communicator_backchannel_udp_LDADD = \ | 389 | test_communicator_backchannel_udp_LDADD = \ |
390 | libgnunettransporttesting2.la \ | 390 | libgnunettransporttesting2.la \ |
391 | $(top_builddir)/src/testing/libgnunettesting.la \ | 391 | $(top_builddir)/src/testing/libgnunettesting.la \ |
392 | $(top_builddir)/src/util/libgnunetutil.la \ | 392 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
393 | $(top_builddir)/src/statistics/libgnunetstatistics.la | 393 | $(top_builddir)/src/statistics/libgnunetstatistics.la |
394 | 394 | ||
395 | test_communicator_bidirect_tcp_SOURCES = \ | 395 | test_communicator_bidirect_tcp_SOURCES = \ |
@@ -397,14 +397,14 @@ test_communicator_bidirect_tcp_SOURCES = \ | |||
397 | test_communicator_bidirect_tcp_LDADD = \ | 397 | test_communicator_bidirect_tcp_LDADD = \ |
398 | libgnunettransporttesting2.la \ | 398 | libgnunettransporttesting2.la \ |
399 | $(top_builddir)/src/testing/libgnunettesting.la \ | 399 | $(top_builddir)/src/testing/libgnunettesting.la \ |
400 | $(top_builddir)/src/util/libgnunetutil.la \ | 400 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
401 | $(top_builddir)/src/statistics/libgnunetstatistics.la | 401 | $(top_builddir)/src/statistics/libgnunetstatistics.la |
402 | 402 | ||
403 | test_transport_api2_tcp_SOURCES = \ | 403 | test_transport_api2_tcp_SOURCES = \ |
404 | test_transport_api2.c | 404 | test_transport_api2.c |
405 | test_transport_api2_tcp_LDADD = \ | 405 | test_transport_api2_tcp_LDADD = \ |
406 | $(top_builddir)/src/hello/libgnunethello.la \ | 406 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
407 | $(top_builddir)/src/util/libgnunetutil.la \ | 407 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
408 | libgnunettransporttesting2.la | 408 | libgnunettransporttesting2.la |
409 | 409 | ||
410 | EXTRA_DIST = \ | 410 | EXTRA_DIST = \ |