diff options
author | t3sserakt <t3ss@posteo.de> | 2021-07-28 15:52:48 +0200 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2021-07-28 15:52:48 +0200 |
commit | 1a542d67de29d6ed40706ca70988f79bfd00fb38 (patch) | |
tree | 59e314aba37ca93411c32c5c6909192c85cfc4f7 /src/transport/Makefile.am | |
parent | f550f04aa52852ca0d04552a5e103f51ff1023e6 (diff) |
- simple test without sending. peers setup working.
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 3d8fa7774..2d3615e6a 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -397,18 +397,18 @@ plugin_LTLIBRARIES = \ $(HTTP_SERVER_PLUGIN_LA) \ $(HTTPS_SERVER_PLUGIN_LA) \ $(WLAN_PLUGIN_LA) \ - $(BT_PLUGIN_LA) -# libgnunet_plugin_cmd_simple_send.la - -#libgnunet_plugin_cmd_simple_send_la_SOURCES = \ -# plugin_cmd_simple_send.c -#libgnunet_plugin_cmd_simple_send_la_LIBADD = \ -# $(top_builddir)/src/util/libgnunetutil.la \ -# $(top_builddir)/src/testing/libgnunettesting.la \ -# $(top_builddir)/src/statistics/libgnunetstatistics.la \ -# $(top_builddir)/src/testbed/libgnunettestbed.la \ -# libgnunettransporttesting2.la \ -# $(LTLIBINTL) + $(BT_PLUGIN_LA) \ + libgnunet_plugin_cmd_simple_send.la + +libgnunet_plugin_cmd_simple_send_la_SOURCES = \ + plugin_cmd_simple_send.c +libgnunet_plugin_cmd_simple_send_la_LIBADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/testbed/libgnunettestbed.la \ + libgnunettransporttesting2.la \ + $(LTLIBINTL) #libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \ # $(GN_PLUGIN_LDFLAGS) |