fix build issues
authorChristian Grothoff <christian@grothoff.org>
Thu, 16 Mar 2017 13:32:54 +0000 (14:32 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 16 Mar 2017 13:32:54 +0000 (14:32 +0100)
po/POTFILES.in
src/cadet/Makefile.am
src/util/Makefile.am

index df5a298ac4631f07d3b75f451dcfd8d67098c641..c73881fefd42cee3c446a04534e5a384deb8948b 100644 (file)
@@ -404,6 +404,7 @@ src/transport/plugin_transport_unix.c
 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
index af1a6720ce81c58c79c5bae09557d5623b1a42a6..ce30ebe46a3e98bc9b7ae4cda0b1e54d0cfaebc5 100644 (file)
@@ -69,7 +69,7 @@ gnunet_service_cadet_LDADD = \
   $(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
 
 
index 4418fcfeea87ee6290fe08d91f24a24507aaea21..2ca9770655c30b12b15d1a8b0614fff49363a545 100644 (file)
@@ -30,7 +30,6 @@ W32CONSOLEHELPER = gnunet-helper-w32-console
 endif
 
 if !MINGW
- SERVER_CLIENT_UNIX = test_server_with_client_unix
  TEST_CLIENT_UNIC_NC = test_client_unix.nc
 else
  TEST_CLIENT_UNIC_NC =
@@ -311,13 +310,7 @@ check_PROGRAMS = \
 # 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