aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-08-27 17:36:43 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-08-27 17:36:43 +0000
commit4d299a3c4088f9e72244d4cbf513a77ec8b50328 (patch)
treea72f62cbb5488234fce616ef67577d6faba677a6 /src/testbed/Makefile.am
parent7bb3c61cc23266e4ab91583f183dcb23f3d5c55e (diff)
downloadgnunet-4d299a3c4088f9e72244d4cbf513a77ec8b50328.tar.gz
gnunet-4d299a3c4088f9e72244d4cbf513a77ec8b50328.zip
peer service connect and its test case
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 22870bd9a..d7262d62e 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -96,6 +96,7 @@ test_testbed_api_SOURCES = \
96test_testbed_api_LDADD = \ 96test_testbed_api_LDADD = \
97 $(top_builddir)/src/util/libgnunetutil.la \ 97 $(top_builddir)/src/util/libgnunetutil.la \
98 $(top_builddir)/src/testing/libgnunettesting.la \ 98 $(top_builddir)/src/testing/libgnunettesting.la \
99 $(top_builddir)/src/dht/libgnunetdht.la \
99 libgnunettestbed.la 100 libgnunettestbed.la
100 101
101test_testbed_api_2peers_SOURCES = \ 102test_testbed_api_2peers_SOURCES = \