gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: - added scripts to EXTRA_DIST


From: gnunet
Subject: [gnunet] branch master updated: - added scripts to EXTRA_DIST
Date: Mon, 29 Nov 2021 11:46:59 +0100

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8befb3cbc - added scripts to EXTRA_DIST
8befb3cbc is described below

commit 8befb3cbc19a5de6895e31efde1783c2eb6d76ce
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Mon Nov 29 11:46:52 2021 +0100

    - added scripts to EXTRA_DIST
---
 src/transport/Makefile.am | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index a53f17fe6..6c811ad7b 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -392,6 +392,7 @@ plugin_LTLIBRARIES = \
   $(BT_PLUGIN_LA) \
   libgnunet_test_transport_plugin_cmd_simple_send.la \
   libgnunet_test_transport_plugin_cmd_simple_send_broadcast.la \
+  libgnunet_test_transport_plugin_cmd_simple_send_dv.la \
   libgnunet_test_transport_plugin_cmd_udp_backchannel.la
 
 libgnunet_test_transport_plugin_cmd_udp_backchannel_la_SOURCES = \
@@ -445,6 +446,23 @@ 
libgnunet_test_transport_plugin_cmd_simple_send_broadcast_la_LIBADD = \
 libgnunet_test_transport_plugin_cmd_simple_send_broadcast_la_LDFLAGS = \
   $(GN_PLUGIN_LDFLAGS)
 
+libgnunet_test_transport_plugin_cmd_simple_send_dv_la_SOURCES = \
+ test_transport_plugin_cmd_simple_send_dv.c
+libgnunet_test_transport_plugin_cmd_simple_send_dv_la_LIBADD = \
+  libgnunettransporttesting2.la \
+  libgnunettransportapplication.la \
+  libgnunettransportcore.la \
+  $(top_builddir)/src/testing/libgnunettesting.la \
+  $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/hello/libgnunethello.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
+  $(top_builddir)/src/arm/libgnunetarm.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(LTLIBINTL)
+libgnunet_test_transport_plugin_cmd_simple_send_dv_la_LDFLAGS = \
+  $(GN_PLUGIN_LDFLAGS)
+
 if HAVE_EXPERIMENTAL
 plugin_LTLIBRARIES += \
   libgnunet_plugin_transport_udp.la
@@ -737,7 +755,6 @@ test_transport_api_slow_ats
 endif
 if HAVE_EXPERIMENTAL
 TESTS += \
-  test_transport_start_with_config \
   test_transport_address_switch_udp \
   test_plugin_udp \
   test_transport_api_udp \
@@ -759,7 +776,8 @@ check_SCRIPTS= \
   test_transport_simple_send_string.sh \
   test_transport_simple_send.sh \
   test_transport_simple_send_broadcast.sh \
-  test_transport_udp_backchannel.sh
+  test_transport_udp_backchannel.sh \
+  test_transport_simple_send_dv.sh
 
 test_transport_start_with_config_SOURCES = \
  test_transport_start_with_config.c
@@ -1501,6 +1519,7 @@ test_transport_api_slow_ats_LDADD = \
 
 
 EXTRA_DIST = \
+$(check_SCRIPTS) \
 gnunet-transport-certificate-creation.in \
 communicator-unix.conf \
 test_plugin_hostkey \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]