- revert not-ready changes
authorBart Polot <bart@net.in.tum.de>
Sun, 12 May 2013 11:40:25 +0000 (11:40 +0000)
committerBart Polot <bart@net.in.tum.de>
Sun, 12 May 2013 11:40:25 +0000 (11:40 +0000)
src/mesh/Makefile.am
src/mesh/test_mesh_local_1.c

index 5ce504e440ce3e5b79e79656779fc7c0670fa065..84d4838b3803d1acfd97e00a6a584b0c5ee92e3b 100644 (file)
@@ -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
 
index 6b8dc28e92bb22fda45c05a922496a969f66d957..4f40688f57a4ae1aa6a57328bf92eb37201c75df 100644 (file)
@@ -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;