From 0bd7e210600d4c391bc6c35f909f1960123de743 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Mon, 14 Oct 2019 14:49:44 +0200 Subject: readd reclaim --- src/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 51bf2d63d..09d176100 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,9 +12,7 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ rps \ - abd \ - reclaim-attribute \ - reclaim + abd if HAVE_ABE EXP_DIR += \ abe @@ -59,6 +57,9 @@ endif if HAVE_MHD if HAVE_JSON REST_DIR = rest + RECLAIM_DIR = \ + reclaim-attribute \ + reclaim endif endif @@ -121,6 +122,7 @@ SUBDIRS = \ exit \ pt \ secretsharing \ + $(RECLAIM_DIR) \ $(EXP_DIR) \ integration-tests -- cgit v1.2.3