aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 21:14:48 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2023-01-05 21:14:48 +0900
commitbda28efd1fb37e08ce6cf04e9c503ec3d3f2ad1e (patch)
treeaed5ce2384fad281fd060bc2d93c78c0eab34d27 /src/gns
parent8240cf2105746c0d280297995b541568afcdd6bd (diff)
downloadgnunet-bda28efd1fb37e08ce6cf04e9c503ec3d3f2ad1e.tar.gz
gnunet-bda28efd1fb37e08ce6cf04e9c503ec3d3f2ad1e.zip
BUILD: Properly set installation directories for gnunet-suidfix and gnunet-bcd
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 2fbb49b18..a164efee1 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -42,14 +42,9 @@ dist_pkgcfg_DATA = \
42lib_LTLIBRARIES = \ 42lib_LTLIBRARIES = \
43 libgnunetgns.la 43 libgnunetgns.la
44 44
45if HAVE_GNUTLS
46DO_PROXY=gnunet-gns-proxy
47endif
48
49libexec_PROGRAMS = \ 45libexec_PROGRAMS = \
50 gnunet-service-gns \ 46 gnunet-service-gns \
51 gnunet-dns2gns \ 47 gnunet-dns2gns
52 $(DO_PROXY)
53 48
54bin_PROGRAMS = \ 49bin_PROGRAMS = \
55 gnunet-gns 50 gnunet-gns
@@ -58,7 +53,11 @@ noinst_PROGRAMS = \
58 gnunet-gns-benchmark 53 gnunet-gns-benchmark
59 54
60if HAVE_PDFLATEX 55if HAVE_PDFLATEX
61bin_PROGRAMS += gnunet-bcd 56libexec_PROGRAMS += gnunet-bcd
57endif
58
59if HAVE_GNUTLS
60libexec_PROGRAMS += gnunet-gns-proxy
62endif 61endif
63 62
64REST_PLUGIN = libgnunet_plugin_rest_gns.la 63REST_PLUGIN = libgnunet_plugin_rest_gns.la