aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2020-11-30 18:08:25 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2020-11-30 18:08:25 +0900
commit172ef59b934c067dd7ec8e72650e196c7ae2a04b (patch)
treef7a8760dbb28102d90cde1d116ddbcc4d0e20488 /src/transport/Makefile.am
parent948a62546c5c772d89efd5268393464c95eb7f1e (diff)
downloadgnunet-172ef59b934c067dd7ec8e72650e196c7ae2a04b.tar.gz
gnunet-172ef59b934c067dd7ec8e72650e196c7ae2a04b.zip
-start TNG transport test logic
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 477973af9..605d89cc0 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -168,10 +168,15 @@ libgnunettransporttesting_la_LDFLAGS = \
168 $(GN_LIB_LDFLAGS) 168 $(GN_LIB_LDFLAGS)
169 169
170libgnunettransporttesting2_la_SOURCES = \ 170libgnunettransporttesting2_la_SOURCES = \
171 transport-testing2.c transport-testing2.h \
171 transport-testing-communicator.c transport-testing-communicator.h 172 transport-testing-communicator.c transport-testing-communicator.h
172libgnunettransporttesting2_la_LIBADD = \ 173libgnunettransporttesting2_la_LIBADD = \
173 libgnunettransport.la \ 174 libgnunettransport.la \
175 libgnunettransportapplication.la \
176 libgnunettransportcore.la \
177 $(top_builddir)/src/testing/libgnunettesting.la \
174 $(top_builddir)/src/hello/libgnunethello.la \ 178 $(top_builddir)/src/hello/libgnunethello.la \
179 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
175 $(top_builddir)/src/util/libgnunetutil.la 180 $(top_builddir)/src/util/libgnunetutil.la
176libgnunettransporttesting2_la_LDFLAGS = \ 181libgnunettransporttesting2_la_LDFLAGS = \
177 $(GN_LIBINTL) \ 182 $(GN_LIBINTL) \