From d792d43376748fc352470a33258f84bb71d47836 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 28 Jun 2013 17:32:43 +0000 Subject: [PATCH] - fix braindead win32 build process --- src/mesh/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index e1c607d7f..1c8476076 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -111,9 +111,9 @@ endif ld_mesh_test_lib = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/testbed/libgnunettestbed.la \ + $(top_builddir)/src/mesh/libgnunetmeshtest.a \ $(top_builddir)/src/mesh/libgnunetmesh.la \ - $(top_builddir)/src/mesh/libgnunetmeshtest.a + $(top_builddir)/src/testbed/libgnunettestbed.la dep_mesh_test_lib = \ libgnunetmesh.la \ -- 2.25.1