aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-23 22:17:29 +0200
committert3sserakt <t3ss@posteo.de>2021-07-23 22:17:29 +0200
commit63a7eb6a3a94d43368b348c0a677bc77653cbe51 (patch)
tree2d9608a54ab9b13afb080335e092ad452e54fdc5 /src/transport/Makefile.am
parent6140d64e1c55e76de3ff520143b10290fa1ba197 (diff)
downloadgnunet-63a7eb6a3a94d43368b348c0a677bc77653cbe51.tar.gz
gnunet-63a7eb6a3a94d43368b348c0a677bc77653cbe51.zip
- smaller bug fixes
Diffstat (limited to 'src/transport/Makefile.am')
-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 255a7973f..b59bfd0d4 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
403# libgnunet_plugin_cmd_simple_send_la_SOURCES = \ 403libgnunet_plugin_cmd_simple_send_la_SOURCES = \
404# plugin_cmd_simple_send.c 404 plugin_cmd_simple_send.c
405# libgnunet_plugin_cmd_simple_send_la_LIBADD = \ 405libgnunet_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# libgnunettransport.la \ 410 libgnunettransporttesting2.la \
411# $(LTLIBINTL) 411 $(LTLIBINTL)
412# libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \ 412libgnunet_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