From e65fe33196eaa06ec2bdb31eb50f3b4d51e18fe9 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Thu, 18 Apr 2019 12:00:26 +0200 Subject: TNG testing: Update Makefile.am --- src/transport/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index c9b23b6c4..b5e195d84 100644 --- 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 -- cgit v1.2.3