aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-16 14:32:54 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-16 14:32:54 +0100
commit79fb947eb8fba243ea65e19b40b65e04f8806865 (patch)
tree5a42a34374b2654276a8b84c2607feb9f638756a
parent5bd8360f3c070d76737a814a481f645695ac376c (diff)
downloadgnunet-79fb947eb8fba243ea65e19b40b65e04f8806865.tar.gz
gnunet-79fb947eb8fba243ea65e19b40b65e04f8806865.zip
fix build issues
-rw-r--r--po/POTFILES.in1
-rw-r--r--src/cadet/Makefile.am2
-rw-r--r--src/util/Makefile.am9
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
404src/transport/plugin_transport_wlan.c 404src/transport/plugin_transport_wlan.c
405src/transport/tcp_connection_legacy.c 405src/transport/tcp_connection_legacy.c
406src/transport/tcp_server_legacy.c 406src/transport/tcp_server_legacy.c
407src/transport/tcp_server_mst_legacy.c
407src/transport/tcp_service_legacy.c 408src/transport/tcp_service_legacy.c
408src/transport/transport_api_address_to_string.c 409src/transport/transport_api_address_to_string.c
409src/transport/transport_api_blacklist.c 410src/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 = \
69 $(top_builddir)/src/hello/libgnunethello.la \ 69 $(top_builddir)/src/hello/libgnunethello.la \
70 $(top_builddir)/src/block/libgnunetblock.la 70 $(top_builddir)/src/block/libgnunetblock.la
71if LINUX 71if LINUX
72 gnunet_service_cadet_new_LDFLAGS = -lrt 72 gnunet_service_cadet_LDFLAGS = -lrt
73endif 73endif
74 74
75 75
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
30endif 30endif
31 31
32if !MINGW 32if !MINGW
33 SERVER_CLIENT_UNIX = test_server_with_client_unix
34 TEST_CLIENT_UNIC_NC = test_client_unix.nc 33 TEST_CLIENT_UNIC_NC = test_client_unix.nc
35else 34else
36 TEST_CLIENT_UNIC_NC = 35 TEST_CLIENT_UNIC_NC =
@@ -311,13 +310,7 @@ check_PROGRAMS = \
311# Declare .nc (NO-CONCURRENCY) as a test extension so that we can impart 310# Declare .nc (NO-CONCURRENCY) as a test extension so that we can impart
312# sequential execution order for them 311# sequential execution order for them
313TEST_EXTENSIONS = .nc 312TEST_EXTENSIONS = .nc
314test_connection.log: test_client.log 313test_test_client_unix.log: test_client.log
315test_connection_addressing.log: test_connection.log
316test_connection_timeout_no_connect.log: test_connection_addressing.log
317test_connection_transmit_cancel.log: test_connection_timeout_no_connect.log
318test_connection_receive_cancel.log: test_connection_transmit_cancel.log
319test_connection_timeout.log: test_connection_receive_cancel.log
320test_resolver_api.log: test_connection_timeout.log
321 314
322test_bio_SOURCES = \ 315test_bio_SOURCES = \
323 test_bio.c 316 test_bio.c