From 79fb947eb8fba243ea65e19b40b65e04f8806865 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Mar 2017 14:32:54 +0100 Subject: fix build issues --- po/POTFILES.in | 1 + src/cadet/Makefile.am | 2 +- src/util/Makefile.am | 9 +-------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index df5a298ac..c73881fef 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am index af1a6720c..ce30ebe46 100644 --- a/src/cadet/Makefile.am +++ b/src/cadet/Makefile.am @@ -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 diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 4418fcfee..2ca977065 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -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 -- cgit v1.2.3