diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2021-02-23 22:30:15 +0100 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2021-02-23 22:30:15 +0100 |
commit | 64c18a74e38a1cb74042d14a4211622a3bde3bee (patch) | |
tree | 8cd226c21f2e40902e252139196998f00445d726 /src/transport/Makefile.am | |
parent | d528f6cfbe5e99a7e50e28d76b90654ecb955d9a (diff) |
-flurry of bugfixes for tng service
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 67b35365d..a1ffbdb5c 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -954,7 +954,7 @@ test_transport_api_tcp_LDADD = \ libgnunettransporttesting.la test_transport_api2_tcp_SOURCES = \ - test_transport_api.c + test_transport_api2.c test_transport_api2_tcp_LDADD = \ libgnunettransport.la \ $(top_builddir)/src/hello/libgnunethello.la \ |