diff options
author | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2018-08-10 00:47:29 +0200 |
---|---|---|
committer | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2018-08-10 00:47:29 +0200 |
commit | 20ced0fb9448be66bdbd1cb3f81d8262cb7f8c2f (patch) | |
tree | 8e9e7266f8302a144f7eb9e8211221cf19ce5bba | |
parent | a6b091770787e9a5c508bb20d830d1dd816ae4e0 (diff) |
attempt #5422
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 79f7e3ddc..a5699d104 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ |