gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit e65fe33196eaa06ec2bdb31eb50f3b4d51e18fe9
parent e5e34142cc4a31e3dbcf5c1dfb3d4df22852d029
Author: Julius Bünger <buenger@mytum.de>
Date:   Thu, 18 Apr 2019 12:00:26 +0200

TNG testing: Update Makefile.am

Diffstat:
Msrc/transport/Makefile.am | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am @@ -277,7 +277,7 @@ gnunet_transport_certificate_creation_LDADD = \ gnunet_communicator_unix_SOURCES = \ gnunet-communicator-unix.c gnunet_communicator_unix_LDADD = \ - libgnunettransportcommunicator.la \ + libgnunettransportcommunicator2.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la @@ -675,7 +675,7 @@ TESTS = \ $(HTTPS_API_TIMEOUT_TEST) \ $(WLAN_TIMEOUT_TEST) \ $(BT_TIMEOUT_TEST) \ - test_communicator_udp + test_communicator_unix if HAVE_GETOPT_BINARY TESTS += \ test_transport_api_slow_ats @@ -789,9 +789,9 @@ test_plugin_udp_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunettransporttesting.la -test_communicator_udp_SOURCES = \ - test_communicator_udp.c -test_communicator_udp_LDADD = \ +test_communicator_unix_SOURCES = \ + test_communicator_unix.c +test_communicator_unix_LDADD = \ libgnunettransporttesting2.la \ $(top_builddir)/src/util/libgnunetutil.la