aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-31 12:52:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-31 12:52:37 +0000
commitc0d23c3d48800d92773a7e65cf1eb19998da98b5 (patch)
treec0061c0dc56e2885262f3c740e22124a065ce655 /src/transport/Makefile.am
parent04957eb0bb2fcf2b1566a75496154fc4e61c116e (diff)
downloadgnunet-c0d23c3d48800d92773a7e65cf1eb19998da98b5.tar.gz
gnunet-c0d23c3d48800d92773a7e65cf1eb19998da98b5.zip
migrated multiaddress to testing framework
+ progress entertainment
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 484169b88..b69769e84 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -553,7 +553,8 @@ test_quota_compliance_tcp_SOURCES = \
553test_quota_compliance_tcp_LDADD = \ 553test_quota_compliance_tcp_LDADD = \
554 $(top_builddir)/src/transport/libgnunettransport.la \ 554 $(top_builddir)/src/transport/libgnunettransport.la \
555 $(top_builddir)/src/hello/libgnunethello.la \ 555 $(top_builddir)/src/hello/libgnunethello.la \
556 $(top_builddir)/src/util/libgnunetutil.la 556 $(top_builddir)/src/util/libgnunetutil.la \
557 $(top_builddir)/src/transport/libgnunettransporttesting.la
557 558
558test_quota_compliance_tcp_asymmetric_recv_constant_SOURCES = \ 559test_quota_compliance_tcp_asymmetric_recv_constant_SOURCES = \
559 test_quota_compliance.c 560 test_quota_compliance.c