aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-28 09:34:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-28 09:34:41 +0000
commit32a892bfb1b63103a0baeccf17b1af21f1a12b9c (patch)
tree62e70e370a72d628168772e610e196e7a1b0c2e9 /src
parentc78612d568b86b0d1b8005937ef23bfe193dc52f (diff)
downloadgnunet-32a892bfb1b63103a0baeccf17b1af21f1a12b9c.tar.gz
gnunet-32a892bfb1b63103a0baeccf17b1af21f1a12b9c.zip
-commenting out testcase -- wrong c filename?
Diffstat (limited to 'src')
-rw-r--r--src/stream/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index 60a9185dd..34b43c854 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -35,9 +35,9 @@ test_stream_local_LDADD = \
35 $(top_builddir)/src/stream/libgnunetstream.la \ 35 $(top_builddir)/src/stream/libgnunetstream.la \
36 $(top_builddir)/src/util/libgnunetutil.la 36 $(top_builddir)/src/util/libgnunetutil.la
37 37
38test_stream_halfclose_SOURCES = \ 38#test_stream_halfclose_SOURCES = \
39 test_stream_halfclose.c 39# test_stream_halfclose.c
40test_stream_halfclose_LDADD = \ 40#test_stream_halfclose_LDADD = \
41 $(top_builddir)/src/stream/libgnunetstream.la \ 41# $(top_builddir)/src/stream/libgnunetstream.la \
42 $(top_builddir)/src/util/libgnunetutil.la 42# $(top_builddir)/src/util/libgnunetutil.la
43 43