aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-11-19 15:18:24 +0100
committert3sserakt <t3ss@posteo.de>2021-11-19 15:18:24 +0100
commit6a043a9228022fcce97fd50739db74abdabde055 (patch)
tree8cba6d9a87731cce5d20a3f8f2cf0cb2cb8ef37d /src/transport/Makefile.am
parent154d13fcb10205edf5fb56c12ac47e65abfec5a6 (diff)
downloadgnunet-6a043a9228022fcce97fd50739db74abdabde055.tar.gz
gnunet-6a043a9228022fcce97fd50739db74abdabde055.zip
- Fixed header, fixed log level, changed block until connect logic, fixed memory issues.
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index f17be359e..a53f17fe6 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -123,6 +123,7 @@ endif
123 123
124 124
125noinst_PROGRAMS = \ 125noinst_PROGRAMS = \
126 test_transport_start_with_config \
126 gnunet-transport-profiler \ 127 gnunet-transport-profiler \
127 gnunet-communicator-udp \ 128 gnunet-communicator-udp \
128 $(WLAN_BIN_SENDER) \ 129 $(WLAN_BIN_SENDER) \
@@ -589,7 +590,6 @@ libgnunet_plugin_transport_https_server_la_CFLAGS = \
589 $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS 590 $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS
590 591
591check_PROGRAMS = \ 592check_PROGRAMS = \
592 test_transport_start_with_config \
593 test_transport_address_switch_tcp \ 593 test_transport_address_switch_tcp \
594 test_transport_testing_startstop \ 594 test_transport_testing_startstop \
595 test_transport_testing_restart \ 595 test_transport_testing_restart \
@@ -766,7 +766,6 @@ test_transport_start_with_config_SOURCES = \
766test_transport_start_with_config_LDADD = \ 766test_transport_start_with_config_LDADD = \
767 $(top_builddir)/src/testing/libgnunettesting.la \ 767 $(top_builddir)/src/testing/libgnunettesting.la \
768 $(top_builddir)/src/util/libgnunetutil.la \ 768 $(top_builddir)/src/util/libgnunetutil.la \
769 $(top_builddir)/src/testbed/libgnunettestbed.la \
770 $(top_builddir)/src/hello/libgnunethello.la \ 769 $(top_builddir)/src/hello/libgnunethello.la \
771 libgnunettransportcore.la \ 770 libgnunettransportcore.la \
772 libgnunettransporttesting2.la 771 libgnunettransporttesting2.la