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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 372ff115e..4694ba2e5 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -525,7 +525,8 @@ test_transport_api_wlan_SOURCES = \
525test_transport_api_wlan_LDADD = \ 525test_transport_api_wlan_LDADD = \
526 $(top_builddir)/src/transport/libgnunettransport.la \ 526 $(top_builddir)/src/transport/libgnunettransport.la \
527 $(top_builddir)/src/hello/libgnunethello.la \ 527 $(top_builddir)/src/hello/libgnunethello.la \
528 $(top_builddir)/src/util/libgnunetutil.la 528 $(top_builddir)/src/util/libgnunetutil.la \
529 $(top_builddir)/src/transport/libgnunettransporttesting.la
529endif 530endif
530 531
531test_quota_compliance_tcp_SOURCES = \ 532test_quota_compliance_tcp_SOURCES = \