X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2FMakefile.am;h=d78cf004ee320681c93025d2fa5864bf26b6485c;hb=d6cff9f314f05f327d5b3d3097fa2ce2a0b5a84e;hp=4c38079d7192776245a783c4f820353a6cb0eb3e;hpb=78dbf5b35c4147af8817bbd1b53726b2684e2653;p=oweals%2Fgnunet.git diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 4c38079d7..d78cf004e 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -89,6 +89,7 @@ test_mesh_api_SOURCES = \ test_mesh_api.c test_mesh_api_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/mesh/libgnunetmesh.la test_mesh_api_DEPENDENCIES = \ libgnunetmesh.la \ @@ -98,7 +99,7 @@ test_mesh_tree_api_SOURCES = \ test_mesh_tree_api.c test_mesh_tree_api_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/dht/libgnunetdht.la + $(top_builddir)/src/dht/libgnunetdht.la test_mesh_tree_api_DEPENDENCIES = \ libgnunetmesh.la \ $(top_builddir)/src/dht/libgnunetdht.la