diff options
-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 |