aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stream/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index 8f83bf08f..8d74417ac 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -20,9 +20,9 @@ libgnunetstream_la_LDFLAGS = \
20 $(GN_LIB_LDFLAGS) 20 $(GN_LIB_LDFLAGS)
21 21
22check_PROGRAMS = \ 22check_PROGRAMS = \
23 test_stream_2peers \ 23 test-stream-2peers \
24 test_stream_2peers_halfclose \ 24 test-stream-2peers_halfclose \
25 test_stream_local 25 test-stream-local
26 26
27EXTRA_DIST = test_stream_local.conf 27EXTRA_DIST = test_stream_local.conf
28 28