aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-15 21:42:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-15 21:42:02 +0000
commite7ff3e82d257bece3b03eb277fea503a7c6f881b (patch)
tree70a8ba6598eb3e15f30736d1f9d4d0be83df7166 /src
parente3a7cd0f53f7a91b27b95e9b7fc0786f52c9e9ac (diff)
downloadgnunet-e7ff3e82d257bece3b03eb277fea503a7c6f881b.tar.gz
gnunet-e7ff3e82d257bece3b03eb277fea503a7c6f881b.zip
update
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 648f1b514..3745180ff 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -133,7 +133,7 @@ endif
133check_PROGRAMS = \ 133check_PROGRAMS = \
134 test_transport_api_tcp \ 134 test_transport_api_tcp \
135 test_transport_api_udp \ 135 test_transport_api_udp \
136 $(HTTP_PLGUIN_CHECK) \ 136 $(HTTP_PLGUIN_CHECK) \
137 test_transport_api_udp_nat 137 test_transport_api_udp_nat
138# test_transport_api_http \ 138# test_transport_api_http \
139# TODO: add tests for http, nat, etc. 139# TODO: add tests for http, nat, etc.
@@ -169,7 +169,7 @@ test_plugin_transport_http_SOURCES = \
169test_plugin_transport_http_LDADD = \ 169test_plugin_transport_http_LDADD = \
170 $(top_builddir)/src/transport/libgnunettransport.la \ 170 $(top_builddir)/src/transport/libgnunettransport.la \
171 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 171 $(top_builddir)/src/statistics/libgnunetstatistics.la \
172 @LIBCURL@ \ 172 @LIBCURL@ \
173 $(top_builddir)/src/util/libgnunetutil.la 173 $(top_builddir)/src/util/libgnunetutil.la
174 174
175 175