aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-24 14:03:05 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-24 14:03:05 +0000
commit9f4aca7e4626ae62a46b19ac7b44b1bc6884f5be (patch)
treee5043d024ca4ac85b86e0b381ecc2d05e12f36a3 /src/transport/Makefile.am
parent6a752e4fcce7616810f6cf47235e72198ebdadeb (diff)
downloadgnunet-9f4aca7e4626ae62a46b19ac7b44b1bc6884f5be.tar.gz
gnunet-9f4aca7e4626ae62a46b19ac7b44b1bc6884f5be.zip
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 310b65b2f..484169b88 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -273,6 +273,7 @@ libgnunet_plugin_transport_https_la_CPPFLAGS = \
273 273
274check_PROGRAMS = \ 274check_PROGRAMS = \
275 test_transport_testing \ 275 test_transport_testing \
276 test_transport_startonly \
276 test_transport_api_disconnect \ 277 test_transport_api_disconnect \
277 $(TEST_TRANSPORT_ATS) \ 278 $(TEST_TRANSPORT_ATS) \
278 $(ATS_TRANSPORT_BENCHMARKS) \ 279 $(ATS_TRANSPORT_BENCHMARKS) \
@@ -307,6 +308,7 @@ check_PROGRAMS = \
307if ENABLE_TEST_RUN 308if ENABLE_TEST_RUN
308TESTS = \ 309TESTS = \
309 test_transport_testing \ 310 test_transport_testing \
311 test_transport_startonly \
310 test_transport_api_disconnect \ 312 test_transport_api_disconnect \
311 $(TEST_TRANSPORT_ATS) \ 313 $(TEST_TRANSPORT_ATS) \
312 $(ATS_TRANSPORT_BENCHMARKS) \ 314 $(ATS_TRANSPORT_BENCHMARKS) \