From a2ce1993fb0875955ab5e49f5fd81ec1c4bf5b19 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Mar 2018 16:38:30 +0200 Subject: [PATCH] move experimental subsystems into experimental build... --- src/Makefile.am | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6d0284157..d8d548706 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,13 +11,23 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ - rps + rps \ + multicast \ + psycutil \ + psycstore \ + psyc \ + social # dv (FTBFS) if HAVE_ABE - EXP_DIR += abe \ - credential \ - identity-attribute \ - identity-provider + EXP_DIR += \ + abe \ + credential \ + identity-attribute \ + identity-provider +endif +if HAVE_JSON + EXP_DIR += \ + auction endif endif @@ -59,9 +69,6 @@ if HAVE_JSON endif endif -if HAVE_JSON - AUCTION_DIR = auction -endif if TALER_ONLY SUBDIRS = \ @@ -123,12 +130,6 @@ SUBDIRS = \ pt \ secretsharing \ integration-tests \ - multicast \ - psycutil \ - psycstore \ - psyc \ - social \ - $(AUCTION_DIR) \ $(EXP_DIR) endif -- 2.25.1