src/transport/plugin_transport_wlan.c
src/transport/tcp_connection_legacy.c
src/transport/tcp_server_legacy.c
+src/transport/tcp_server_mst_legacy.c
src/transport/tcp_service_legacy.c
src/transport/transport_api_address_to_string.c
src/transport/transport_api_blacklist.c
$(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/block/libgnunetblock.la
if LINUX
- gnunet_service_cadet_new_LDFLAGS = -lrt
+ gnunet_service_cadet_LDFLAGS = -lrt
endif
endif
if !MINGW
- SERVER_CLIENT_UNIX = test_server_with_client_unix
TEST_CLIENT_UNIC_NC = test_client_unix.nc
else
TEST_CLIENT_UNIC_NC =
# Declare .nc (NO-CONCURRENCY) as a test extension so that we can impart
# sequential execution order for them
TEST_EXTENSIONS = .nc
-test_connection.log: test_client.log
-test_connection_addressing.log: test_connection.log
-test_connection_timeout_no_connect.log: test_connection_addressing.log
-test_connection_transmit_cancel.log: test_connection_timeout_no_connect.log
-test_connection_receive_cancel.log: test_connection_transmit_cancel.log
-test_connection_timeout.log: test_connection_receive_cancel.log
-test_resolver_api.log: test_connection_timeout.log
+test_test_client_unix.log: test_client.log
test_bio_SOURCES = \
test_bio.c