gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-gtk] branch master updated: -do not build namestore if gnutls wa


From: gnunet
Subject: [gnunet-gtk] branch master updated: -do not build namestore if gnutls was not found
Date: Thu, 18 May 2023 17:51:16 +0200

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

grothoff pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new fad58d12 -do not build namestore if gnutls was not found
fad58d12 is described below

commit fad58d12ad817be56d374e99d5a2b4c7ff9ae82c
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu May 18 15:44:44 2023 +0200

    -do not build namestore if gnutls was not found
---
 INSTALL         | 6 +++---
 src/Makefile.am | 6 +++++-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/INSTALL b/INSTALL
index 8865734f..e82fd21d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-   Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
-Foundation, Inc.
+   Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
+Software Foundation, Inc.
 
    Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -225,7 +225,7 @@ order to use an ANSI C compiler:
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
-   HP-UX 'make' updates targets which have the same time stamps as their
+   HP-UX 'make' updates targets which have the same timestamps as their
 prerequisites, which makes it generally unusable when shipped generated
 files such as 'configure' are involved.  Use GNU 'make' instead.
 
diff --git a/src/Makefile.am b/src/Makefile.am
index fea6f370..2b928394 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,2 +1,6 @@
 # This Makefile.am is in the public domain
-SUBDIRS = . include lib $(GNUNET_FS_APP) $(GNUNET_SETUP_APP) 
$(GNUNET_PEERINFO_APP) $(GNUNET_CONVERSATION_APP) statistics namestore 
+SUBDIRS = . include lib $(GNUNET_FS_APP) $(GNUNET_SETUP_APP) 
$(GNUNET_PEERINFO_APP) $(GNUNET_CONVERSATION_APP) statistics
+
+if HAVE_GNUTLS
+SUBDIRS += namestore 
+endif

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