add attestation API
[oweals/gnunet.git] / src / Makefile.am
index b16792e15aa1c752ecdc64630ba1521e4c6e620d..7b73a4bb8f686ed8250bdc2d77c28127758d5235 100644 (file)
@@ -12,12 +12,10 @@ endif
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
   rps \
-  credential \
-  reclaim-attribute \
-  reclaim
+  abd
 if HAVE_ABE
  EXP_DIR += \
-  abe \
+  abe
 endif
 if HAVE_JSON
  EXP_DIR += \
@@ -26,13 +24,15 @@ 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
 
@@ -59,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 \
@@ -80,6 +77,7 @@ SUBDIRS = \
   arm \
   $(TESTING) \
   $(JSON_DIR) \
+  $(CURL_DIR) \
   $(REST_DIR) \
   peerinfo \
   $(SQLITE_DIR) \
@@ -121,7 +119,6 @@ SUBDIRS = \
   exit \
   pt \
   secretsharing \
+  $(RECLAIM_DIR) \
   $(EXP_DIR) \
   integration-tests
-
-endif