gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 04/04: PEERSTORE: Stop installing gnunet-peerstore binary that


From: gnunet
Subject: [gnunet] 04/04: PEERSTORE: Stop installing gnunet-peerstore binary that does not do anything.
Date: Thu, 05 Jan 2023 14:03:18 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 246c58548efa2f15952fcf80b3b1f294d445c80f
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jan 5 22:00:36 2023 +0900

    PEERSTORE: Stop installing gnunet-peerstore binary that does not do 
anything.
---
 src/peerstore/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index d9904e59d..41fa18b98 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -14,7 +14,8 @@ if USE_COVERAGE
   AM_CFLAGS = -fprofile-arcs -ftest-coverage
 endif
 
-bin_PROGRAMS = \
+# This program does not do anything.
+noinst_PROGRAMS = \
  gnunet-peerstore
 
 libexec_PROGRAMS = \

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