aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-21 15:09:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-21 15:09:51 +0000
commit33a5d276ff045e45d05264a0c17a545ecd277548 (patch)
tree1c4e99feb6b73a77157f94e1a21af87d595dd07f /src/mesh
parent999ab7de8d21c8bbcaac15d8fa9d1e2360f4b567 (diff)
downloadgnunet-33a5d276ff045e45d05264a0c17a545ecd277548.tar.gz
gnunet-33a5d276ff045e45d05264a0c17a545ecd277548.zip
-renaming testing-new.h to testing.h, bumping library versions
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/Makefile.am2
-rw-r--r--src/mesh/test_mesh_api.c2
-rw-r--r--src/mesh/test_mesh_local_1.c2
-rw-r--r--src/mesh/test_mesh_local_2.c2
-rw-r--r--src/mesh/test_mesh_local_traffic.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index ab75378ed..41f8c0444 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -54,7 +54,7 @@ libgnunetmesh_la_LIBADD = \
54 $(LTLIBINTL) 54 $(LTLIBINTL)
55libgnunetmesh_la_LDFLAGS = \ 55libgnunetmesh_la_LDFLAGS = \
56 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 56 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
57 -version-info 1:0:0 57 -version-info 2:0:1
58 58
59libgnunetmeshblock_la_SOURCES = \ 59libgnunetmeshblock_la_SOURCES = \
60 mesh_block_lib.c mesh_block_lib.h 60 mesh_block_lib.c mesh_block_lib.h
diff --git a/src/mesh/test_mesh_api.c b/src/mesh/test_mesh_api.c
index dcac19085..349ec80f0 100644
--- a/src/mesh/test_mesh_api.c
+++ b/src/mesh/test_mesh_api.c
@@ -25,7 +25,7 @@
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
28#include "gnunet_testing_lib-new.h" 28#include "gnunet_testing_lib.h"
29#include "gnunet_dht_service.h" 29#include "gnunet_dht_service.h"
30#include "gnunet_mesh_service.h" 30#include "gnunet_mesh_service.h"
31 31
diff --git a/src/mesh/test_mesh_local_1.c b/src/mesh/test_mesh_local_1.c
index d143f0913..4f40688f5 100644
--- a/src/mesh/test_mesh_local_1.c
+++ b/src/mesh/test_mesh_local_1.c
@@ -27,7 +27,7 @@
27#include "platform.h" 27#include "platform.h"
28#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
29#include "gnunet_dht_service.h" 29#include "gnunet_dht_service.h"
30#include "gnunet_testing_lib-new.h" 30#include "gnunet_testing_lib.h"
31#include "gnunet_mesh_service.h" 31#include "gnunet_mesh_service.h"
32 32
33 33
diff --git a/src/mesh/test_mesh_local_2.c b/src/mesh/test_mesh_local_2.c
index d4b5e004b..935c3b2eb 100644
--- a/src/mesh/test_mesh_local_2.c
+++ b/src/mesh/test_mesh_local_2.c
@@ -26,7 +26,7 @@
26 26
27#include "platform.h" 27#include "platform.h"
28#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
29#include "gnunet_testing_lib-new.h" 29#include "gnunet_testing_lib.h"
30#include "gnunet_dht_service.h" 30#include "gnunet_dht_service.h"
31#include "gnunet_mesh_service.h" 31#include "gnunet_mesh_service.h"
32 32
diff --git a/src/mesh/test_mesh_local_traffic.c b/src/mesh/test_mesh_local_traffic.c
index b422c64e8..cd54ea8eb 100644
--- a/src/mesh/test_mesh_local_traffic.c
+++ b/src/mesh/test_mesh_local_traffic.c
@@ -27,7 +27,7 @@
27#include "platform.h" 27#include "platform.h"
28#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
29#include "gnunet_mesh_service.h" 29#include "gnunet_mesh_service.h"
30#include "gnunet_testing_lib-new.h" 30#include "gnunet_testing_lib.h"
31#include <gauger.h> 31#include <gauger.h>
32 32
33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)