aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-15 21:41:11 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-15 21:41:11 +0000
commitd0fdba92b0c8c861d223312f19f9278ba63e7f98 (patch)
treeb3794d2fa0490917513c2faeeaf89d4b075ee23c /src/transport/Makefile.am
parent948b042072a8e50f36ad63a0f0c5b78c9140f59d (diff)
downloadgnunet-d0fdba92b0c8c861d223312f19f9278ba63e7f98.tar.gz
gnunet-d0fdba92b0c8c861d223312f19f9278ba63e7f98.zip
towards having sending in transport-testing API (not yet flexible enough)
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 767031e6f..d6c4e3ccf 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -153,7 +153,8 @@ libgnunettransporttesting_la_SOURCES = \
153 transport-testing.c transport-testing.h \ 153 transport-testing.c transport-testing.h \
154 transport-testing-filenames.c \ 154 transport-testing-filenames.c \
155 transport-testing-loggers.c \ 155 transport-testing-loggers.c \
156 transport-testing-main.c 156 transport-testing-main.c \
157 transport-testing-send.c
157libgnunettransporttesting_la_LIBADD = \ 158libgnunettransporttesting_la_LIBADD = \
158 libgnunettransport.la \ 159 libgnunettransport.la \
159 $(top_builddir)/src/hello/libgnunethello.la \ 160 $(top_builddir)/src/hello/libgnunethello.la \