RPS: Change cosmetics - fix indentation
[oweals/gnunet.git] / src / Makefile.am
index fcdd44bfb73afd55de1db64d3f4c71fc74e0e0e2..39cbaa8936890225b43ec1f2f464cdf978984fee 100644 (file)
@@ -11,12 +11,25 @@ endif
 
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
-  rps
+  rps \
+  multicast \
+  psycutil \
+  psycstore \
+  psyc \
+  social 
 #  dv (FTBFS)
 if HAVE_ABE
-  EXP_DIR += identity-attribute \
-                                                identity-provider \
-                                                credential
+if HAVE_JSON
+ EXP_DIR += \
+    abe \
+    credential \
+    reclaim-attribute \
+    reclaim 
+endif
+endif
+if HAVE_JSON
+ EXP_DIR += \
+    auction
 endif
 endif
 
@@ -52,15 +65,11 @@ if HAVE_POSTGRESQL
 endif
 
 if HAVE_MHD
- REST_DIR = rest
 if HAVE_JSON
- JSONAPI_DIR = jsonapi
+ REST_DIR = rest rest-plugins
 endif
 endif
 
-if HAVE_JSON
-  AUCTION_DIR = auction
-endif
 
 if TALER_ONLY
 SUBDIRS = \
@@ -71,11 +80,8 @@ else
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-  $(JSON_DIR) \
-  $(REST_DIR) \
-  $(JSONAPI_DIR) \
+  gnsrecord \
   hello \
-  tun \
   block \
   statistics \
   arm \
@@ -104,7 +110,6 @@ SUBDIRS = \
   regex \
   dns \
   identity \
-  gnsrecord \
   namecache \
   namestore \
   peerstore \
@@ -121,13 +126,9 @@ SUBDIRS = \
   exit \
   pt \
   secretsharing \
-  integration-tests \
-  multicast \
-  psycutil \
-  psycstore \
-  psyc \
-  social \
-  $(AUCTION_DIR) \
-  $(EXP_DIR)
+       $(EXP_DIR) \
+  $(JSON_DIR) \
+  $(REST_DIR) \
+  integration-tests 
 
 endif