change makefile reorder back
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>
Fri, 10 Aug 2018 08:03:58 +0000 (10:03 +0200)
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>
Fri, 10 Aug 2018 08:03:58 +0000 (10:03 +0200)
src/Makefile.am

index a5699d104d0964a8e12de414392adebe9b302048..53d157da32b2b922811ccbeee527b38bfb92fb77 100644 (file)
@@ -81,7 +81,7 @@ else
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-       gnsrecord \
+  gnsrecord \
   $(JSON_DIR) \
   $(REST_DIR) \
   $(JSONAPI_DIR) \
@@ -90,18 +90,18 @@ SUBDIRS = \
   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 \