aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-08-17 19:57:12 +0200
committert3sserakt <t3ss@posteo.de>2021-08-17 19:57:12 +0200
commit32a8c505c1fa27bb43c4e7c8d288566d51417f56 (patch)
tree0328fe50b6a099b5020fe6d1e01cbd6b96ecd18a /src/transport/Makefile.am
parent1e063cd73452396778cf00127346b9b08a922317 (diff)
downloadgnunet-32a8c505c1fa27bb43c4e7c8d288566d51417f56.tar.gz
gnunet-32a8c505c1fa27bb43c4e7c8d288566d51417f56.zip
- moved test code from testbed to testing
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am27
1 files changed, 13 insertions, 14 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 0782a631b..0696188c5 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -398,20 +398,19 @@ plugin_LTLIBRARIES = \
398 $(HTTP_SERVER_PLUGIN_LA) \ 398 $(HTTP_SERVER_PLUGIN_LA) \
399 $(HTTPS_SERVER_PLUGIN_LA) \ 399 $(HTTPS_SERVER_PLUGIN_LA) \
400 $(WLAN_PLUGIN_LA) \ 400 $(WLAN_PLUGIN_LA) \
401 $(BT_PLUGIN_LA) 401 $(BT_PLUGIN_LA) \
402# libgnunet_plugin_cmd_simple_send.la 402 libgnunet_test_transport_plugin_cmd_simple_send.la
403 403
404#libgnunet_plugin_cmd_simple_send_la_SOURCES = \ 404libgnunet_test_transport_plugin_cmd_simple_send_la_SOURCES = \
405# plugin_cmd_simple_send.c 405 test_transport_plugin_cmd_simple_send.c
406#libgnunet_plugin_cmd_simple_send_la_LIBADD = \ 406libgnunet_test_transport_plugin_cmd_simple_send_la_LIBADD = \
407# $(top_builddir)/src/util/libgnunetutil.la \ 407 $(top_builddir)/src/util/libgnunetutil.la \
408# $(top_builddir)/src/testing/libgnunettesting.la \ 408 $(top_builddir)/src/testing/libgnunettesting.la \
409# $(top_builddir)/src/statistics/libgnunetstatistics.la \ 409 $(top_builddir)/src/statistics/libgnunetstatistics.la \
410# $(top_builddir)/src/testbed/libgnunettestbed.la \ 410 libgnunettransporttesting2.la \
411# libgnunettransporttesting2.la \ 411 $(LTLIBINTL)
412# $(LTLIBINTL) 412libgnunet_test_transport_plugin_cmd_simple_send_la_LDFLAGS = \
413#libgnunet_plugin_cmd_simple_send_la_LDFLAGS = \ 413 $(GN_PLUGIN_LDFLAGS)
414# $(GN_PLUGIN_LDFLAGS)
415 414
416if HAVE_EXPERIMENTAL 415if HAVE_EXPERIMENTAL
417plugin_LTLIBRARIES += libgnunet_plugin_transport_udp.la 416plugin_LTLIBRARIES += libgnunet_plugin_transport_udp.la