From 58e48024d5348b32ef9ca7ef91734c4852d20edc Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 14 Sep 2011 13:26:00 +0000 Subject: [PATCH] Fixed typo --- 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 1a6852a54..7e3f333be 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -65,7 +65,7 @@ test_mesh_local_1_SOURCES = \ test_mesh_local_1_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/mesh/libgnunetmeshnew.la -test_mesh_api_1_DEPENDENCIES = \ +test_mesh_local_1_DEPENDENCIES = \ libgnunetmeshnew.la test_mesh_local_2_SOURCES = \ @@ -73,7 +73,7 @@ test_mesh_local_2_SOURCES = \ test_mesh_local_2_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/mesh/libgnunetmeshnew.la -test_mesh_api_2_DEPENDENCIES = \ +test_mesh_local_2_DEPENDENCIES = \ libgnunetmeshnew.la test_mesh_small_SOURCES = \ -- 2.25.1