aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-28 17:14:38 +0200
committert3sserakt <t3ss@posteo.de>2021-07-28 17:14:38 +0200
commit8593b269709c6c328cad98e5f494e0339def8e62 (patch)
treed0e18abcc41e003ba8897aaf1d96a4860c292915 /src/transport/Makefile.am
parent1a542d67de29d6ed40706ca70988f79bfd00fb38 (diff)
downloadgnunet-8593b269709c6c328cad98e5f494e0339def8e62.tar.gz
gnunet-8593b269709c6c328cad98e5f494e0339def8e62.zip
- commented rule for libgnunet_plugin_cmd_simple_send.la to fix build
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 2d3615e6a..3d8fa7774 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -397,18 +397,18 @@ 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)
412#libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \ 412#libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \
413# $(GN_PLUGIN_LDFLAGS) 413# $(GN_PLUGIN_LDFLAGS)
414 414