aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/Makefile.am2
-rw-r--r--src/stream/test_stream_big.c2
-rw-r--r--src/stream/test_stream_local.c2
-rw-r--r--src/stream/test_stream_sequence_wraparound.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index 16c4f78b2..77f2d6d59 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -20,7 +20,7 @@ libgnunetstream_la_LIBADD = \
20 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 20 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
21libgnunetstream_la_LDFLAGS = \ 21libgnunetstream_la_LDFLAGS = \
22 $(GN_LIB_LDFLAGS) \ 22 $(GN_LIB_LDFLAGS) \
23 -version-info 0:0:0 23 -version-info 1:0:0
24 24
25if HAVE_BENCHMARKS 25if HAVE_BENCHMARKS
26 STREAM_BENCHMARKS = \ 26 STREAM_BENCHMARKS = \
diff --git a/src/stream/test_stream_big.c b/src/stream/test_stream_big.c
index a923f374c..06d2a494c 100644
--- a/src/stream/test_stream_big.c
+++ b/src/stream/test_stream_big.c
@@ -29,7 +29,7 @@
29#include "platform.h" 29#include "platform.h"
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31#include "gnunet_stream_lib.h" 31#include "gnunet_stream_lib.h"
32#include "gnunet_testing_lib-new.h" 32#include "gnunet_testing_lib.h"
33 33
34#define LOG(kind, ...) \ 34#define LOG(kind, ...) \
35 GNUNET_log (kind, __VA_ARGS__); 35 GNUNET_log (kind, __VA_ARGS__);
diff --git a/src/stream/test_stream_local.c b/src/stream/test_stream_local.c
index 587c56ceb..f3c8aaec0 100644
--- a/src/stream/test_stream_local.c
+++ b/src/stream/test_stream_local.c
@@ -30,7 +30,7 @@
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31#include "gnunet_mesh_service.h" 31#include "gnunet_mesh_service.h"
32#include "gnunet_stream_lib.h" 32#include "gnunet_stream_lib.h"
33#include "gnunet_testing_lib-new.h" 33#include "gnunet_testing_lib.h"
34 34
35/** 35/**
36 * Relative seconds shorthand 36 * Relative seconds shorthand
diff --git a/src/stream/test_stream_sequence_wraparound.c b/src/stream/test_stream_sequence_wraparound.c
index ac230f2b3..bbe9f1a08 100644
--- a/src/stream/test_stream_sequence_wraparound.c
+++ b/src/stream/test_stream_sequence_wraparound.c
@@ -29,7 +29,7 @@
29#include "platform.h" 29#include "platform.h"
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31#include "gnunet_stream_lib.h" 31#include "gnunet_stream_lib.h"
32#include "gnunet_testing_lib-new.h" 32#include "gnunet_testing_lib.h"
33 33
34/** 34/**
35 * Generic logging shorthand 35 * Generic logging shorthand