aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-04-26 22:40:30 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-04-26 22:40:30 +0000
commit86396ee639168cd8ce34f6068545b2605682f081 (patch)
tree83babb0167679f90d4ede604d5b45df1b81e8e6b
parentc1c0db0e9591de979b6572eb41bdd99f3cb6613d (diff)
downloadgnunet-86396ee639168cd8ce34f6068545b2605682f081.tar.gz
gnunet-86396ee639168cd8ce34f6068545b2605682f081.zip
-naming convention
-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