From 86396ee639168cd8ce34f6068545b2605682f081 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 26 Apr 2012 22:40:30 +0000 Subject: [PATCH] -naming convention --- src/stream/Makefile.am | 6 +++--- 1 file 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 = \ $(GN_LIB_LDFLAGS) check_PROGRAMS = \ - test_stream_2peers \ - test_stream_2peers_halfclose \ - test_stream_local + test-stream-2peers \ + test-stream-2peers_halfclose \ + test-stream-local EXTRA_DIST = test_stream_local.conf -- 2.25.1