From: Christian Grothoff Date: Fri, 30 Mar 2018 14:38:30 +0000 (+0200) Subject: move experimental subsystems into experimental build... X-Git-Tag: v0.11.0pre66~133 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a2ce1993fb0875955ab5e49f5fd81ec1c4bf5b19;p=oweals%2Fgnunet.git move experimental subsystems into experimental build... --- 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