From: Schanzenbach, Martin Date: Tue, 2 Jan 2018 15:37:08 +0000 (+0100) Subject: -move idp experimental X-Git-Tag: gnunet-0.11.0rc0~24^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=92d8c8a77e242a61927acc0e22fcecea479e6c43;p=oweals%2Fgnunet.git -move idp experimental --- diff --git a/src/Makefile.am b/src/Makefile.am index 68878b5a0..fcdd44bfb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,13 +12,11 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ rps -endif # dv (FTBFS) - -if HAVE_JSON -if HAVE_MHD - ATTRIBUTE_DIR = identity-attribute - PROVIDER_DIR = identity-provider +if HAVE_ABE + EXP_DIR += identity-attribute \ + identity-provider \ + credential endif endif @@ -117,7 +115,6 @@ SUBDIRS = \ revocation \ vpn \ gns \ - credential \ zonemaster \ $(CONVERSATION_DIR) \ fs \ @@ -131,8 +128,6 @@ SUBDIRS = \ psyc \ social \ $(AUCTION_DIR) \ - $(EXP_DIR) \ - $(ATTRIBUTE_DIR) \ - $(PROVIDER_DIR) + $(EXP_DIR) endif