aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-23 13:31:34 +0200
committert3sserakt <t3ss@posteo.de>2021-07-23 13:31:34 +0200
commitc96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5 (patch)
treed83c9584bb010fae36b0994c5a95f30509d72694 /src/transport/Makefile.am
parent6b2c5a92fbc3a57c42fc9fb38c4705ecb7afb328 (diff)
downloadgnunet-c96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5.tar.gz
gnunet-c96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5.zip
- moving cmds to other packages
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 9f680ad3b..255a7973f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -398,15 +398,16 @@ plugin_LTLIBRARIES = \
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_simple_send.la 401# libgnunet_plugin_cmd_simple_send.la
402 402
403# libgnunet_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
405# libgnunet_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# libgnunettransport.la \
410# $(LTLIBINTL) 411# $(LTLIBINTL)
411# libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \ 412# libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \
412# $(GN_PLUGIN_LDFLAGS) 413# $(GN_PLUGIN_LDFLAGS)