TNG testing: Update Makefile.am
authorJulius Bünger <buenger@mytum.de>
Thu, 18 Apr 2019 10:00:26 +0000 (12:00 +0200)
committerJulius Bünger <buenger@mytum.de>
Thu, 18 Apr 2019 13:37:29 +0000 (15:37 +0200)
src/transport/Makefile.am

index c9b23b6c4eb63b6d93af4fdd32fde01515c71392..b5e195d846d83c795f9cdc29b83726e742518b50 100644 (file)
@@ -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