From fc0a771cc812c31d3974f45f680b7c6d5cde8e59 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Sun, 12 May 2013 11:40:25 +0000 Subject: - revert not-ready changes --- src/mesh/Makefile.am | 6 +++--- src/mesh/test_mesh_local_1.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 5ce504e44..84d4838b3 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -156,7 +156,7 @@ test_mesh_api_SOURCES = \ test_mesh_api_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/mesh/libgnunetmesh2.la + $(top_builddir)/src/mesh/libgnunetmesh.la test_mesh_api_DEPENDENCIES = \ libgnunetmesh.la \ $(top_builddir)/src/util/libgnunetutil.la @@ -175,7 +175,7 @@ test_mesh_local_1_SOURCES = \ test_mesh_local_1_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/mesh/libgnunetmesh2.la + $(top_builddir)/src/mesh/libgnunetmesh.la test_mesh_local_1_DEPENDENCIES = \ libgnunetmesh.la @@ -184,7 +184,7 @@ test_mesh_local_2_SOURCES = \ test_mesh_local_2_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/mesh/libgnunetmesh2.la + $(top_builddir)/src/mesh/libgnunetmesh.la test_mesh_local_2_DEPENDENCIES = \ libgnunetmesh.la diff --git a/src/mesh/test_mesh_local_1.c b/src/mesh/test_mesh_local_1.c index 6b8dc28e9..4f40688f5 100644 --- a/src/mesh/test_mesh_local_1.c +++ b/src/mesh/test_mesh_local_1.c @@ -28,7 +28,7 @@ #include "gnunet_util_lib.h" #include "gnunet_dht_service.h" #include "gnunet_testing_lib.h" -#include "gnunet_mesh2_service.h" +#include "gnunet_mesh_service.h" static struct GNUNET_MESH_Handle *mesh_peer_1; -- cgit v1.2.3