REST/NAMESTORE: rework API
[oweals/gnunet.git] / src / Makefile.am
index ebf008eb0bda2638f006060629eecf769ca92fc2..ab8731fc27354c1756aefd6f2ae935f0213a2606 100644 (file)
@@ -11,19 +11,15 @@ endif
 
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
-  rps
+  rps \
+  credential
 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
 
@@ -81,6 +77,8 @@ SUBDIRS = \
   statistics \
   arm \
   $(TESTING) \
+  $(JSON_DIR) \
+  $(REST_DIR) \
   peerinfo \
   $(SQLITE_DIR) \
   $(MYSQL_DIR) \
@@ -121,9 +119,9 @@ SUBDIRS = \
   exit \
   pt \
   secretsharing \
-       $(EXP_DIR) \
-  $(JSON_DIR) \
-  $(REST_DIR) \
+  reclaim-attribute \
+  reclaim \
+  $(EXP_DIR) \
   integration-tests
 
 endif