aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2019-04-18 12:00:26 +0200
committerJulius Bünger <buenger@mytum.de>2019-04-18 15:37:29 +0200
commite65fe33196eaa06ec2bdb31eb50f3b4d51e18fe9 (patch)
tree4368088f39e153699334f6121a4b1d72de079f94 /src/transport/Makefile.am
parente5e34142cc4a31e3dbcf5c1dfb3d4df22852d029 (diff)
downloadgnunet-e65fe33196eaa06ec2bdb31eb50f3b4d51e18fe9.tar.gz
gnunet-e65fe33196eaa06ec2bdb31eb50f3b4d51e18fe9.zip
TNG testing: Update Makefile.am
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am10
1 files changed, 5 insertions, 5 deletions
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 = \
277gnunet_communicator_unix_SOURCES = \ 277gnunet_communicator_unix_SOURCES = \
278 gnunet-communicator-unix.c 278 gnunet-communicator-unix.c
279gnunet_communicator_unix_LDADD = \ 279gnunet_communicator_unix_LDADD = \
280 libgnunettransportcommunicator.la \ 280 libgnunettransportcommunicator2.la \
281 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 281 $(top_builddir)/src/statistics/libgnunetstatistics.la \
282 $(top_builddir)/src/util/libgnunetutil.la 282 $(top_builddir)/src/util/libgnunetutil.la
283 283
@@ -675,7 +675,7 @@ TESTS = \
675 $(HTTPS_API_TIMEOUT_TEST) \ 675 $(HTTPS_API_TIMEOUT_TEST) \
676 $(WLAN_TIMEOUT_TEST) \ 676 $(WLAN_TIMEOUT_TEST) \
677 $(BT_TIMEOUT_TEST) \ 677 $(BT_TIMEOUT_TEST) \
678 test_communicator_udp 678 test_communicator_unix
679if HAVE_GETOPT_BINARY 679if HAVE_GETOPT_BINARY
680TESTS += \ 680TESTS += \
681test_transport_api_slow_ats 681test_transport_api_slow_ats
@@ -789,9 +789,9 @@ test_plugin_udp_LDADD = \
789 $(top_builddir)/src/util/libgnunetutil.la \ 789 $(top_builddir)/src/util/libgnunetutil.la \
790 libgnunettransporttesting.la 790 libgnunettransporttesting.la
791 791
792test_communicator_udp_SOURCES = \ 792test_communicator_unix_SOURCES = \
793 test_communicator_udp.c 793 test_communicator_unix.c
794test_communicator_udp_LDADD = \ 794test_communicator_unix_LDADD = \
795 libgnunettransporttesting2.la \ 795 libgnunettransporttesting2.la \
796 $(top_builddir)/src/util/libgnunetutil.la 796 $(top_builddir)/src/util/libgnunetutil.la
797 797