aboutsummaryrefslogtreecommitdiff
path: root/src/stream/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/Makefile.am')
-rw-r--r--src/stream/Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index c2d2ac7f0..45617e481 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -20,7 +20,8 @@ libgnunetstream_la_LDFLAGS = \
20 $(GN_LIB_LDFLAGS) 20 $(GN_LIB_LDFLAGS)
21 21
22check_PROGRAMS = \ 22check_PROGRAMS = \
23 test_stream_local 23 test_stream_local \
24 test_stream_api
24# test_stream_halfclose 25# test_stream_halfclose
25 26
26EXTRA_DIST = test_stream_local.conf 27EXTRA_DIST = test_stream_local.conf
@@ -34,7 +35,14 @@ test_stream_local_SOURCES = \
34test_stream_local_LDADD = \ 35test_stream_local_LDADD = \
35 $(top_builddir)/src/stream/libgnunetstream.la \ 36 $(top_builddir)/src/stream/libgnunetstream.la \
36 $(top_builddir)/src/util/libgnunetutil.la \ 37 $(top_builddir)/src/util/libgnunetutil.la \
37 $(top_builddir)/src/testing/libgnunettesting.la 38 $(top_builddir)/src/testing/libgnunettesting.la
39
40test_stream_api_SOURCES = \
41 test_stream_api.c
42test_stream_api_LDADD = \
43 $(top_builddir)/src/stream/libgnunetstream.la \
44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(top_builddir)/src/testing/libgnunettesting.la
38 46
39#test_stream_halfclose_SOURCES = \ 47#test_stream_halfclose_SOURCES = \
40# test_stream_halfclose.c 48# test_stream_halfclose.c