gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: core: fix makefile - link against local file


From: gnunet
Subject: [gnunet] 02/02: core: fix makefile - link against local file
Date: Tue, 10 Oct 2023 21:34:45 +0200

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

dvn pushed a commit to branch master
in repository gnunet.

commit 0d9429e1de1eb936154b3ffd030ccb5f131eabdf
Author: Devan Carpenter <git@dvn.me>
AuthorDate: Thu Oct 5 18:25:57 2023 -0400

    core: fix makefile - link against local file
    
    we want to make the linker use the newly generated file in our current
    directory
---
 src/core/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \

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