readd reclaim
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Mon, 14 Oct 2019 12:49:44 +0000 (14:49 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Mon, 14 Oct 2019 12:49:44 +0000 (14:49 +0200)
src/Makefile.am

index 51bf2d63dd98495c0edb3126f66f6c478a97d8fa..09d1761001a924e1e7bbd157c94666116e3e2972 100644 (file)
@@ -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