RPS: Change cosmetics - fix indentation
[oweals/gnunet.git] / src / Makefile.am
index a5699d104d0964a8e12de414392adebe9b302048..39cbaa8936890225b43ec1f2f464cdf978984fee 100644 (file)
@@ -65,9 +65,8 @@ if HAVE_POSTGRESQL
 endif
 
 if HAVE_MHD
- REST_DIR = rest
 if HAVE_JSON
- JSONAPI_DIR = jsonapi
+ REST_DIR = rest rest-plugins
 endif
 endif
 
@@ -81,27 +80,24 @@ else
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-       gnsrecord \
-  $(JSON_DIR) \
-  $(REST_DIR) \
-  $(JSONAPI_DIR) \
+  gnsrecord \
   hello \
   block \
   statistics \
   arm \
   $(TESTING) \
-       ats \
   peerinfo \
-  nat \
-  fragmentation \
-  transport \
   $(SQLITE_DIR) \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
   datacache \
   datastore \
   template \
+  ats \
+  nat \
   nat-auto \
+  fragmentation \
+  transport \
   ats-tool \
   peerinfo-tool \
   core \
@@ -130,7 +126,9 @@ SUBDIRS = \
   exit \
   pt \
   secretsharing \
-  integration-tests \
-  $(EXP_DIR)
+       $(EXP_DIR) \
+  $(JSON_DIR) \
+  $(REST_DIR) \
+  integration-tests 
 
 endif