diff options
author | t3sserakt <t3ss@posteo.de> | 2021-07-30 14:47:59 +0200 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2021-07-30 14:47:59 +0200 |
commit | 4748af6e8e04347ceaeec09ccdfc04d740fa65f0 (patch) | |
tree | 1d0feeab3254c58b175e1376f72e7e2b92ec222d /src/transport/Makefile.am | |
parent | 1a542d67de29d6ed40706ca70988f79bfd00fb38 (diff) |
- there are two helper running, but only one is doing the work of both. Therefore connecting peers does not work atm.
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 2d3615e6a..e19ebd8e9 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -171,6 +171,7 @@ libgnunettransporttesting2_la_SOURCES = \ transport_api_cmd_start_peer.c \ transport_api_cmd_send_simple.c \ transport-testing2.c transport-testing2.h \ + transport-testing-cmds.h \ transport-testing-filenames2.c \ transport-testing-loggers2.c \ transport-testing-main2.c \ @@ -409,8 +410,8 @@ libgnunet_plugin_cmd_simple_send_la_LIBADD = \ $(top_builddir)/src/testbed/libgnunettestbed.la \ libgnunettransporttesting2.la \ $(LTLIBINTL) -#libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \ -# $(GN_PLUGIN_LDFLAGS) +libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \ + $(GN_PLUGIN_LDFLAGS) if HAVE_EXPERIMENTAL plugin_LTLIBRARIES += libgnunet_plugin_transport_udp.la |