aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
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 0059861c2..5acba3a4e 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -760,6 +760,7 @@ endif
760# Only test TNG if we run experimental 760# Only test TNG if we run experimental
761if HAVE_EXPERIMENTAL 761if HAVE_EXPERIMENTAL
762check_SCRIPTS= \ 762check_SCRIPTS= \
763test_transport_nat_icmp_tcp.sh \
763 test_transport_nat_upnp.sh \ 764 test_transport_nat_upnp.sh \
764 test_transport_simple_send_string.sh \ 765 test_transport_simple_send_string.sh \
765 test_transport_simple_send.sh \ 766 test_transport_simple_send.sh \
@@ -1509,6 +1510,7 @@ test_transport_api_slow_ats_LDADD = \
1509 1510
1510 1511
1511EXTRA_DIST = \ 1512EXTRA_DIST = \
1513test_transport_nat_icmp_tcp.sh \
1512test_transport_nat_upnp.sh \ 1514test_transport_nat_upnp.sh \
1513test_transport_simple_send_string.sh \ 1515test_transport_simple_send_string.sh \
1514test_transport_simple_send.sh \ 1516test_transport_simple_send.sh \