aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-03-30 16:17:11 +0000
committerNathan S. Evans <evans@in.tum.de>2010-03-30 16:17:11 +0000
commitf1f6d1f9256e2847fc222d0e2c764b073e2bccbd (patch)
treefb1dffd89f219b44e632c1c8423642af813c1d11
parentb62dd1fc1b2cbe16c3f54037e620e322f8f4a2e6 (diff)
downloadgnunet-f1f6d1f9256e2847fc222d0e2c764b073e2bccbd.tar.gz
gnunet-f1f6d1f9256e2847fc222d0e2c764b073e2bccbd.zip
small whitespace change
-rw-r--r--src/transport/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 6d40a720a..2ff98c881 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -69,7 +69,7 @@ gnunet_service_transport_LDADD = \
69plugin_LTLIBRARIES = \ 69plugin_LTLIBRARIES = \
70 libgnunet_plugin_transport_tcp.la \ 70 libgnunet_plugin_transport_tcp.la \
71 libgnunet_plugin_transport_udp.la \ 71 libgnunet_plugin_transport_udp.la \
72 libgnunet_plugin_transport_udp_nat.la \ 72 libgnunet_plugin_transport_udp_nat.la \
73 libgnunet_plugin_transport_template.la 73 libgnunet_plugin_transport_template.la
74# TODO: add http, nat, etc. 74# TODO: add http, nat, etc.
75 75
@@ -110,6 +110,7 @@ libgnunet_plugin_transport_udp_nat_la_LIBADD = \
110libgnunet_plugin_transport_udp_nat_la_LDFLAGS = \ 110libgnunet_plugin_transport_udp_nat_la_LDFLAGS = \
111 $(GN_PLUGIN_LDFLAGS) 111 $(GN_PLUGIN_LDFLAGS)
112 112
113
113check_PROGRAMS = \ 114check_PROGRAMS = \
114 test_transport_api_tcp \ 115 test_transport_api_tcp \
115 test_transport_api_udp \ 116 test_transport_api_udp \