From 7f6d33372f2fdb17724934e55e363b6d31a1b4fa Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 25 Jun 2013 16:52:52 +0000 Subject: [PATCH] testing lib missing in mesh Makefile.am --- src/mesh/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 2f69ce48a..5a51073e8 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -284,6 +284,7 @@ test_mesh_small_speed_nobuf_backwards_DEPENDENCIES = $(dep_mesh_test_lib) ld_mesh2_test_lib = \ $(top_builddir)/src/mesh/libgnunetmesh2test.a \ $(top_builddir)/src/mesh/libgnunetmesh2.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ $(top_builddir)/src/util/libgnunetutil.la -- 2.25.1