gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: BUILD: Properly set installation directo


From: gnunet
Subject: [gnunet] branch master updated: BUILD: Properly set installation directories for gnunet-suidfix and gnunet-bcd
Date: Thu, 05 Jan 2023 13:15:22 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new bda28efd1 BUILD: Properly set installation directories for 
gnunet-suidfix and gnunet-bcd
bda28efd1 is described below

commit bda28efd1fb37e08ce6cf04e9c503ec3d3f2ad1e
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jan 5 21:14:48 2023 +0900

    BUILD: Properly set installation directories for gnunet-suidfix and 
gnunet-bcd
---
 contrib/scripts/Makefile.am |  1 +
 src/gns/Makefile.am         | 13 ++++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am
index 3198e26f8..4cbf955bf 100644
--- a/contrib/scripts/Makefile.am
+++ b/contrib/scripts/Makefile.am
@@ -1,5 +1,6 @@
 # This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+libexecdir= $(pkglibdir)/libexec/
 
 SUBDIRS = gnunet-logread
 
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 = \
 lib_LTLIBRARIES = \
   libgnunetgns.la
 
-if HAVE_GNUTLS
-DO_PROXY=gnunet-gns-proxy
-endif
-
 libexec_PROGRAMS = \
   gnunet-service-gns \
-  gnunet-dns2gns \
-  $(DO_PROXY)
+  gnunet-dns2gns
 
 bin_PROGRAMS = \
   gnunet-gns
@@ -58,7 +53,11 @@ noinst_PROGRAMS = \
   gnunet-gns-benchmark
 
 if HAVE_PDFLATEX
-bin_PROGRAMS += gnunet-bcd
+libexec_PROGRAMS += gnunet-bcd
+endif
+
+if HAVE_GNUTLS
+libexec_PROGRAMS += gnunet-gns-proxy
 endif
 
 REST_PLUGIN = libgnunet_plugin_rest_gns.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]