aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-11-03 22:47:19 +0000
committerLRN <lrn1986@gmail.com>2012-11-03 22:47:19 +0000
commitb8eba0f1435c1a1738e779ef0167df3961a1aa8d (patch)
treeaf8dec3b11b14d2699bae1a2f3baba67eb42cad0 /src/dht
parentcaf55e853e89c15f0927f2da9091bc91a101b386 (diff)
downloadgnunet-b8eba0f1435c1a1738e779ef0167df3961a1aa8d.tar.gz
gnunet-b8eba0f1435c1a1738e779ef0167df3961a1aa8d.zip
link testbed after dhttest (depends on testbed)
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 9b4bfc168..e204f09f9 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -157,8 +157,8 @@ test_dht_twopeer_SOURCES = \
157test_dht_twopeer_LDADD = \ 157test_dht_twopeer_LDADD = \
158 $(top_builddir)/src/dht/libgnunetdhttest.a \ 158 $(top_builddir)/src/dht/libgnunetdhttest.a \
159 $(top_builddir)/src/util/libgnunetutil.la \ 159 $(top_builddir)/src/util/libgnunetutil.la \
160 $(top_builddir)/src/testbed/libgnunettestbed.la \
161 $(top_builddir)/src/dht/libgnunetdhttest.a \ 160 $(top_builddir)/src/dht/libgnunetdhttest.a \
161 $(top_builddir)/src/testbed/libgnunettestbed.la \
162 $(top_builddir)/src/dht/libgnunetdht.la 162 $(top_builddir)/src/dht/libgnunetdht.la
163test_dht_twopeer_DEPENDENCIES = \ 163test_dht_twopeer_DEPENDENCIES = \
164 libgnunetdht.la 164 libgnunetdht.la