diff options
author | LRN <lrn1986@gmail.com> | 2012-11-03 19:10:54 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2012-11-03 19:10:54 +0000 |
commit | e37d143f05efec8723dd4ea6164c2b6a8735d69e (patch) | |
tree | 18740b7109bd79d25c5ac6c5b73f1033928196c7 | |
parent | 9ae7e7fd73793dfbdcd8877c4f44ccaaeccfbdbb (diff) |
twopeer test depends on dhttest library
-rw-r--r-- | src/dht/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index 1de8e4575a..5e85b42ed0 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -158,6 +158,7 @@ test_dht_twopeer_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing_old/libgnunettesting_old.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ + $(top_builddir)/src/dht/libgnunetdhttest.a \ $(top_builddir)/src/dht/libgnunetdht.la test_dht_twopeer_DEPENDENCIES = \ libgnunetdht.la |