From: Schanzenbach, Martin Date: Mon, 14 Oct 2019 12:49:44 +0000 (+0200) Subject: readd reclaim X-Git-Tag: v0.11.7~50^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0bd7e210600d4c391bc6c35f909f1960123de743;p=oweals%2Fgnunet.git readd reclaim --- 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