From 049ef40b34cf1eaa4a1c071eb62ce300818e9cde Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 19 Dec 2012 14:37:32 +0000 Subject: [PATCH] - fix makefile a/la --- src/mesh/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 72167edbd..d9d571ab1 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -254,15 +254,17 @@ test_mesh_2dtorus_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la test_mesh_2dtorus_DEPENDENCIES = \ libgnunetmeshtest.a \ - libgnunetmesh.a + libgnunetmesh.la test_mesh_regex_SOURCES = \ test_mesh_regex.c test_mesh_regex_LDADD = \ + $(top_builddir)/src/mesh/libgnunetmeshtest.a \ $(top_builddir)/src/mesh/libgnunetmesh.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/testing_old/libgnunettesting_old.la + $(top_builddir)/src/testbed/libgnunettestbed.la \ + $(top_builddir)/src/util/libgnunetutil.la test_mesh_regex_DEPENDENCIES = \ + libgnunetmeshtest.a \ libgnunetmesh.la -- 2.25.1