gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

dvn pushed a commit to branch master
in repository gnunet.

commit ce8fc65ef4c22832fe3253b3318b80e4c4a09487
Author: Devan Carpenter <git@dvn.me>
AuthorDate: Thu Oct 5 18:17:01 2023 -0400

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

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]