aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-08-07 15:02:38 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-08-07 15:02:38 +0000
commit962e3ae31715ab780f57d1392f8c730808a96155 (patch)
tree7228a80fd8f405027f85d850c62a81c6a8e560c2 /src/testbed/Makefile.am
parenta0ebfc6a72f42eab9ce0859e0f2e565424cf2118 (diff)
downloadgnunet-962e3ae31715ab780f57d1392f8c730808a96155.tar.gz
gnunet-962e3ae31715ab780f57d1392f8c730808a96155.zip
working version of peer connect
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 36ef3cae8..85e60dc59 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -23,6 +23,7 @@ gnunet_service_testbed_SOURCES = \
23gnunet_service_testbed_LDADD = $(XLIB) \ 23gnunet_service_testbed_LDADD = $(XLIB) \
24 $(top_builddir)/src/util/libgnunetutil.la \ 24 $(top_builddir)/src/util/libgnunetutil.la \
25 $(top_builddir)/src/core/libgnunetcore.la \ 25 $(top_builddir)/src/core/libgnunetcore.la \
26 $(top_builddir)/src/hello/libgnunethello.la \
26 $(top_builddir)/src/transport/libgnunettransport.la \ 27 $(top_builddir)/src/transport/libgnunettransport.la \
27 $(top_builddir)/src/testing/libgnunettesting.la \ 28 $(top_builddir)/src/testing/libgnunettesting.la \
28 $(top_builddir)/src/testbed/libgnunettestbed.la \ 29 $(top_builddir)/src/testbed/libgnunettestbed.la \