aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-11-03 19:10:54 +0000
committerLRN <lrn1986@gmail.com>2012-11-03 19:10:54 +0000
commite37d143f05efec8723dd4ea6164c2b6a8735d69e (patch)
tree18740b7109bd79d25c5ac6c5b73f1033928196c7 /src/dht/Makefile.am
parent9ae7e7fd73793dfbdcd8877c4f44ccaaeccfbdbb (diff)
downloadgnunet-e37d143f05efec8723dd4ea6164c2b6a8735d69e.tar.gz
gnunet-e37d143f05efec8723dd4ea6164c2b6a8735d69e.zip
twopeer test depends on dhttest library
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 1de8e4575..5e85b42ed 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -158,6 +158,7 @@ test_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/testbed/libgnunettestbed.la \
161 $(top_builddir)/src/dht/libgnunetdhttest.a \
161 $(top_builddir)/src/dht/libgnunetdht.la 162 $(top_builddir)/src/dht/libgnunetdht.la
162test_dht_twopeer_DEPENDENCIES = \ 163test_dht_twopeer_DEPENDENCIES = \
163 libgnunetdht.la 164 libgnunetdht.la