From: Bart Polot Date: Fri, 28 Jun 2013 17:32:43 +0000 (+0000) Subject: - fix braindead win32 build process X-Git-Tag: initial-import-from-subversion-38251~8571 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d792d43376748fc352470a33258f84bb71d47836;p=oweals%2Fgnunet.git - fix braindead win32 build process --- 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 \