aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 18:31:29 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 18:31:29 +0000
commit376b8ef20ff26358164f23e3fee93ac23aebc2c2 (patch)
tree37f2ce26eb83cbbebbf9206a7c7b8c473ee9e7c4 /src
parentbb785c0ae604983a83dc7983060afcc73b1992c0 (diff)
downloadgnunet-376b8ef20ff26358164f23e3fee93ac23aebc2c2.tar.gz
gnunet-376b8ef20ff26358164f23e3fee93ac23aebc2c2.zip
-fix
Diffstat (limited to 'src')
-rw-r--r--src/stream/Makefile.am6
-rw-r--r--src/testing_old/testing_old.conf2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index 8d74417ac..1bb7beb5c 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -35,18 +35,18 @@ test_stream_2peers_SOURCES = \
35test_stream_2peers_LDADD = \ 35test_stream_2peers_LDADD = \
36 $(top_builddir)/src/stream/libgnunetstream.la \ 36 $(top_builddir)/src/stream/libgnunetstream.la \
37 $(top_builddir)/src/util/libgnunetutil.la \ 37 $(top_builddir)/src/util/libgnunetutil.la \
38 $(top_builddir)/src/testing/libgnunettesting.la 38 $(top_builddir)/src/testing_old/libgnunettesting_old.la
39 39
40test_stream_2peers_halfclose_SOURCES = \ 40test_stream_2peers_halfclose_SOURCES = \
41 test_stream_2peers_halfclose.c 41 test_stream_2peers_halfclose.c
42test_stream_2peers_halfclose_LDADD = \ 42test_stream_2peers_halfclose_LDADD = \
43 $(top_builddir)/src/stream/libgnunetstream.la \ 43 $(top_builddir)/src/stream/libgnunetstream.la \
44 $(top_builddir)/src/util/libgnunetutil.la \ 44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(top_builddir)/src/testing/libgnunettesting.la 45 $(top_builddir)/src/testing_old/libgnunettesting_old.la
46 46
47test_stream_local_SOURCES = \ 47test_stream_local_SOURCES = \
48 test_stream_local.c 48 test_stream_local.c
49test_stream_local_LDADD = \ 49test_stream_local_LDADD = \
50 $(top_builddir)/src/stream/libgnunetstream.la \ 50 $(top_builddir)/src/stream/libgnunetstream.la \
51 $(top_builddir)/src/util/libgnunetutil.la \ 51 $(top_builddir)/src/util/libgnunetutil.la \
52 $(top_builddir)/src/testing/libgnunettesting.la \ No newline at end of file 52 $(top_builddir)/src/testing_old/libgnunettesting_old.la \ No newline at end of file
diff --git a/src/testing_old/testing_old.conf b/src/testing_old/testing_old.conf
index 7e25f8c13..ebba0ad6e 100644
--- a/src/testing_old/testing_old.conf
+++ b/src/testing_old/testing_old.conf
@@ -1,4 +1,4 @@
1[TESTING] 1[TESTING_OLD]
2# How long before failing a connection? 2# How long before failing a connection?
3CONNECT_TIMEOUT = 30 s 3CONNECT_TIMEOUT = 30 s
4# How many connect attempts should we make? 4# How many connect attempts should we make?