add attestation API
[oweals/gnunet.git] / src / Makefile.am
index 09dd81d194f5e35beb7fb809d5f419e61c679a91..7b73a4bb8f686ed8250bdc2d77c28127758d5235 100644 (file)
@@ -11,30 +11,28 @@ endif
 
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
-  rps
+  rps \
+  abd
 if HAVE_ABE
-if HAVE_JSON
  EXP_DIR += \
-    abe \
-    credential \
-    reclaim-attribute \
-    reclaim
-endif
+  abe
 endif
 if HAVE_JSON
  EXP_DIR += \
-    auction
+  auction
 endif
 endif
 
 if HAVE_JSON
+if HAVE_MHD
   JSON_DIR = json
+endif
+endif
 if HAVE_LIBGNURL
-  JSON_DIR += curl
+  CURL_DIR = curl
 else
 if HAVE_LIBCURL
-  JSON_DIR += curl
-endif
+  CURL_DIR = curl
 endif
 endif
 
@@ -61,16 +59,13 @@ endif
 if HAVE_MHD
 if HAVE_JSON
  REST_DIR = rest
+ RECLAIM_DIR = \
+  reclaim-attribute \
+  reclaim
 endif
 endif
 
 
-if TALER_ONLY
-SUBDIRS = \
- include \
- util
-else
-
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -82,6 +77,7 @@ SUBDIRS = \
   arm \
   $(TESTING) \
   $(JSON_DIR) \
+  $(CURL_DIR) \
   $(REST_DIR) \
   peerinfo \
   $(SQLITE_DIR) \
@@ -123,7 +119,6 @@ SUBDIRS = \
   exit \
   pt \
   secretsharing \
-       $(EXP_DIR) \
+  $(RECLAIM_DIR) \
+  $(EXP_DIR) \
   integration-tests
-
-endif