add attestation API
[oweals/gnunet.git] / src / Makefile.am
index a5699d104d0964a8e12de414392adebe9b302048..7b73a4bb8f686ed8250bdc2d77c28127758d5235 100644 (file)
@@ -12,35 +12,27 @@ endif
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
   rps \
-  multicast \
-  psycutil \
-  psycstore \
-  psyc \
-  social 
-#  dv (FTBFS)
+  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
 
@@ -65,43 +57,41 @@ if HAVE_POSTGRESQL
 endif
 
 if HAVE_MHD
- REST_DIR = rest
 if HAVE_JSON
- JSONAPI_DIR = jsonapi
+ REST_DIR = rest
+ RECLAIM_DIR = \
+  reclaim-attribute \
+  reclaim
 endif
 endif
 
 
-if TALER_ONLY
-SUBDIRS = \
- include \
- util
-else
-
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-       gnsrecord \
-  $(JSON_DIR) \
-  $(REST_DIR) \
-  $(JSONAPI_DIR) \
+  nt \
+  gnsrecord \
   hello \
   block \
   statistics \
   arm \
   $(TESTING) \
-       ats \
+  $(JSON_DIR) \
+  $(CURL_DIR) \
+  $(REST_DIR) \
   peerinfo \
-  nat \
-  fragmentation \
-  transport \
   $(SQLITE_DIR) \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
   datacache \
   datastore \
   template \
+  peerstore \
+  ats \
+  nat \
   nat-auto \
+  fragmentation \
+  transport \
   ats-tool \
   peerinfo-tool \
   core \
@@ -116,7 +106,6 @@ SUBDIRS = \
   identity \
   namecache \
   namestore \
-  peerstore \
   cadet \
   set \
   consensus \
@@ -130,7 +119,6 @@ SUBDIRS = \
   exit \
   pt \
   secretsharing \
-  integration-tests \
-  $(EXP_DIR)
-
-endif
+  $(RECLAIM_DIR) \
+  $(EXP_DIR) \
+  integration-tests