gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: CONTRIB: Only build with experimental


From: gnunet
Subject: [gnunet] 02/02: CONTRIB: Only build with experimental
Date: Sat, 02 Mar 2024 14:36:41 +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 095efed3cfa9aa650a1668f26fcb7dd700714b5d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Mar 2 14:36:30 2024 +0100

    CONTRIB: Only build with experimental
---
 src/Makefile.am | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 524b989c1..14e9964ed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,5 +7,8 @@ SUBDIRS = \
   lib \
        plugin \
        service \
-       cli \
-       contrib
+       cli
+
+if HAVE_EXPERIMENTAL
+       SUBDIRS += contrib
+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]