aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-02 02:55:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-02 11:57:10 +0100
commit4ffa88828d1f14aeef51a777d553e904549fb03e (patch)
treef57d025d8a2766d19053a15606e7b694804ae84e /src/transport
parent4e084e4842cddf5de988534c84e2d65bb122472f (diff)
downloadgnunet-4ffa88828d1f14aeef51a777d553e904549fb03e.tar.gz
gnunet-4ffa88828d1f14aeef51a777d553e904549fb03e.zip
fix more 'make dist' issues
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 5cf830c36..e8c1f5d4a 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -295,7 +295,7 @@ noinst_LTLIBRARIES = \
295 libgnunet_plugin_transport_template.la 295 libgnunet_plugin_transport_template.la
296 296
297libgnunet_plugin_transport_tcp_la_SOURCES = \ 297libgnunet_plugin_transport_tcp_la_SOURCES = \
298 plugin_transport_tcp.c 298 plugin_transport_tcp.c
299libgnunet_plugin_transport_tcp_la_LIBADD = \ 299libgnunet_plugin_transport_tcp_la_LIBADD = \
300 $(top_builddir)/src/hello/libgnunethello.la \ 300 $(top_builddir)/src/hello/libgnunethello.la \
301 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 301 $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -1349,4 +1349,8 @@ test_transport_api_http_reverse_peer2.conf \
1349perf_tcp_peer1.conf \ 1349perf_tcp_peer1.conf \
1350perf_tcp_peer2.conf \ 1350perf_tcp_peer2.conf \
1351test_transport_api_slow_ats_peer1.conf \ 1351test_transport_api_slow_ats_peer1.conf \
1352test_transport_api_slow_ats_peer2.conf 1352test_transport_api_slow_ats_peer2.conf \
1353 tcp_connection_legacy.c \
1354 tcp_server_mst_legacy.c \
1355 tcp_server_legacy.c \
1356 tcp_service_legacy.c