From 383768aacec550d655e9cb32cf5ace29a879c9f1 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sat, 27 Apr 2019 01:50:43 +0200 Subject: [PATCH] RECLAIM: no longer experimental --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6eaafdeee..ab8731fc2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,9 +12,7 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ rps \ - credential \ - reclaim-attribute \ - reclaim + credential if HAVE_ABE EXP_DIR += \ abe @@ -121,6 +119,8 @@ SUBDIRS = \ exit \ pt \ secretsharing \ + reclaim-attribute \ + reclaim \ $(EXP_DIR) \ integration-tests -- 2.25.1