aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2020-11-30 13:30:07 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2020-11-30 13:30:07 +0900
commit948a62546c5c772d89efd5268393464c95eb7f1e (patch)
tree1ea5325553a5929dd4c6c0bd1546ada520757d35 /src/transport/Makefile.am
parent430ed7f8b4b33295e84990ec97cbb71431cef923 (diff)
downloadgnunet-948a62546c5c772d89efd5268393464c95eb7f1e.tar.gz
gnunet-948a62546c5c772d89efd5268393464c95eb7f1e.zip
-rename communicator testing logic
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index e0369059d..477973af9 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -168,7 +168,7 @@ 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
172libgnunettransporttesting2_la_LIBADD = \ 172libgnunettransporttesting2_la_LIBADD = \
173 libgnunettransport.la \ 173 libgnunettransport.la \
174 $(top_builddir)/src/hello/libgnunethello.la \ 174 $(top_builddir)/src/hello/libgnunethello.la \