gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated (26cd24d10 -> 0d9429e1d)


From: gnunet
Subject: [gnunet] branch master updated (26cd24d10 -> 0d9429e1d)
Date: Tue, 10 Oct 2023 21:34:43 +0200

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

dvn pushed a change to branch master
in repository gnunet.

    from 26cd24d10 HOSTLIST: Do not run hostlist tests
     new ce8fc65ef testing: fix makefile - link against local file
     new 0d9429e1d core: fix makefile - link against local file

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/core/Makefile.am    | 2 +-
 src/testing/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 062aa0266..af709ae29 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -38,11 +38,11 @@ libgnunetcore_la_LDFLAGS = \
 libgnunet_test_core_plugin_cmd_just_run_la_SOURCES = \
  test_core_plugin_cmd_just_run.c
 libgnunet_test_core_plugin_cmd_just_run_la_LIBADD = \
+  libgnunetcoretesting.la \
   $(top_builddir)/src/transport/libgnunettransportapplication.la \
   $(top_builddir)/src/transport/libgnunettransportcore.la \
   $(top_builddir)/src/testing/libgnunettesting.la \
   $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
-  $(top_builddir)/src/core/libgnunetcoretesting.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/arm/libgnunetarm.la \
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 0c55b8aea..c8b9cd2d1 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -96,7 +96,7 @@ check_PROGRAMS = \
 test_testing_start_with_config_SOURCES = \
  test_testing_start_with_config.c
 test_testing_start_with_config_LDADD = \
- $(top_builddir)/src/testing/libgnunettesting.la \
+ libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/hello/libgnunethello.la 
 

-- 
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]