aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-11-02 18:22:01 +0000
committerLRN <lrn1986@gmail.com>2012-11-02 18:22:01 +0000
commit60368fd5d0d4131a1bf78454015a6edd7b9a626d (patch)
tree1ca525f08eb6527c3f15b8200a4ba4343a46bb9b /src/dht/Makefile.am
parent211fd52268a5ae7856273dd8d8b3b3ed427beadb (diff)
downloadgnunet-60368fd5d0d4131a1bf78454015a6edd7b9a626d.tar.gz
gnunet-60368fd5d0d4131a1bf78454015a6edd7b9a626d.zip
twopeer test depends on testbed
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 2270d094b..1de8e4575 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -157,6 +157,7 @@ test_dht_twopeer_SOURCES = \
157test_dht_twopeer_LDADD = \ 157test_dht_twopeer_LDADD = \
158 $(top_builddir)/src/util/libgnunetutil.la \ 158 $(top_builddir)/src/util/libgnunetutil.la \
159 $(top_builddir)/src/testing_old/libgnunettesting_old.la \ 159 $(top_builddir)/src/testing_old/libgnunettesting_old.la \
160 $(top_builddir)/src/testbed/libgnunettestbed.la \
160 $(top_builddir)/src/dht/libgnunetdht.la 161 $(top_builddir)/src/dht/libgnunetdht.la
161test_dht_twopeer_DEPENDENCIES = \ 162test_dht_twopeer_DEPENDENCIES = \
162 libgnunetdht.la 163 libgnunetdht.la