commit 095efed3cfa9aa650a1668f26fcb7dd700714b5d parent 71776841f3e4122a9accbc1d08a053d461913211 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sat, 2 Mar 2024 14:36:30 +0100 CONTRIB: Only build with experimental Diffstat:
| M | src/Makefile.am | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git 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