aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-23 22:29:37 +0200
committert3sserakt <t3ss@posteo.de>2021-07-23 22:29:37 +0200
commit6f56dfeb812302266afa6ad96f5ac8cf9d06fd53 (patch)
treec75e6108535a3eb439959cf6ada15684717b5210 /src/transport
parent63a7eb6a3a94d43368b348c0a677bc77653cbe51 (diff)
downloadgnunet-6f56dfeb812302266afa6ad96f5ac8cf9d06fd53.tar.gz
gnunet-6f56dfeb812302266afa6ad96f5ac8cf9d06fd53.zip
- fix build
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index b59bfd0d4..3d8fa7774 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -397,20 +397,20 @@ plugin_LTLIBRARIES = \
397 $(HTTP_SERVER_PLUGIN_LA) \ 397 $(HTTP_SERVER_PLUGIN_LA) \
398 $(HTTPS_SERVER_PLUGIN_LA) \ 398 $(HTTPS_SERVER_PLUGIN_LA) \
399 $(WLAN_PLUGIN_LA) \ 399 $(WLAN_PLUGIN_LA) \
400 $(BT_PLUGIN_LA) \ 400 $(BT_PLUGIN_LA)
401 libgnunet_plugin_cmd_simple_send.la 401# libgnunet_plugin_cmd_simple_send.la
402 402
403libgnunet_plugin_cmd_simple_send_la_SOURCES = \ 403#libgnunet_plugin_cmd_simple_send_la_SOURCES = \
404 plugin_cmd_simple_send.c 404# plugin_cmd_simple_send.c
405libgnunet_plugin_cmd_simple_send_la_LIBADD = \ 405#libgnunet_plugin_cmd_simple_send_la_LIBADD = \
406 $(top_builddir)/src/util/libgnunetutil.la \ 406# $(top_builddir)/src/util/libgnunetutil.la \
407 $(top_builddir)/src/testing/libgnunettesting.la \ 407# $(top_builddir)/src/testing/libgnunettesting.la \
408 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 408# $(top_builddir)/src/statistics/libgnunetstatistics.la \
409 $(top_builddir)/src/testbed/libgnunettestbed.la \ 409# $(top_builddir)/src/testbed/libgnunettestbed.la \
410 libgnunettransporttesting2.la \ 410# libgnunettransporttesting2.la \
411 $(LTLIBINTL) 411# $(LTLIBINTL)
412libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \ 412#libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \
413 $(GN_PLUGIN_LDFLAGS) 413# $(GN_PLUGIN_LDFLAGS)
414 414
415if HAVE_EXPERIMENTAL 415if HAVE_EXPERIMENTAL
416plugin_LTLIBRARIES += libgnunet_plugin_transport_udp.la 416plugin_LTLIBRARIES += libgnunet_plugin_transport_udp.la