aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 22:00:36 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 22:00:36 +0900
commit246c58548efa2f15952fcf80b3b1f294d445c80f (patch)
treec8fc962ee131f0262477ab34f1577bcba7fb7139 /src
parentd80b327532ac94df153f6a6c6d826d931d5deac6 (diff)
downloadgnunet-246c58548efa2f15952fcf80b3b1f294d445c80f.tar.gz
gnunet-246c58548efa2f15952fcf80b3b1f294d445c80f.zip
PEERSTORE: Stop installing gnunet-peerstore binary that does not do anything.
Diffstat (limited to 'src')
-rw-r--r--src/peerstore/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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
14 AM_CFLAGS = -fprofile-arcs -ftest-coverage 14 AM_CFLAGS = -fprofile-arcs -ftest-coverage
15endif 15endif
16 16
17bin_PROGRAMS = \ 17# This program does not do anything.
18noinst_PROGRAMS = \
18 gnunet-peerstore 19 gnunet-peerstore
19 20
20libexec_PROGRAMS = \ 21libexec_PROGRAMS = \