gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27102 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r27102 - gnunet/src/mesh
Date: Sun, 12 May 2013 13:40:25 +0200

Author: bartpolot
Date: 2013-05-12 13:40:25 +0200 (Sun, 12 May 2013)
New Revision: 27102

Modified:
   gnunet/src/mesh/Makefile.am
   gnunet/src/mesh/test_mesh_local_1.c
Log:
- revert not-ready changes

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2013-05-12 11:33:33 UTC (rev 27101)
+++ gnunet/src/mesh/Makefile.am 2013-05-12 11:40:25 UTC (rev 27102)
@@ -156,7 +156,7 @@
 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_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_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
 

Modified: gnunet/src/mesh/test_mesh_local_1.c
===================================================================
--- gnunet/src/mesh/test_mesh_local_1.c 2013-05-12 11:33:33 UTC (rev 27101)
+++ gnunet/src/mesh/test_mesh_local_1.c 2013-05-12 11:40:25 UTC (rev 27102)
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]