diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-30 13:30:07 +0900 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-30 13:30:07 +0900 |
commit | 948a62546c5c772d89efd5268393464c95eb7f1e (patch) | |
tree | 1ea5325553a5929dd4c6c0bd1546ada520757d35 /src/transport/Makefile.am | |
parent | 430ed7f8b4b33295e84990ec97cbb71431cef923 (diff) |
-rename communicator testing logic
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 2 |
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 = \ $(GN_LIB_LDFLAGS) libgnunettransporttesting2_la_SOURCES = \ - transport-testing2.c transport-testing2.h + transport-testing-communicator.c transport-testing-communicator.h libgnunettransporttesting2_la_LIBADD = \ libgnunettransport.la \ $(top_builddir)/src/hello/libgnunethello.la \ |