aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a5699d104..53d157da3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,7 +81,7 @@ else
81SUBDIRS = \ 81SUBDIRS = \
82 include $(INTLEMU_SUBDIRS) \ 82 include $(INTLEMU_SUBDIRS) \
83 util \ 83 util \
84 gnsrecord \ 84 gnsrecord \
85 $(JSON_DIR) \ 85 $(JSON_DIR) \
86 $(REST_DIR) \ 86 $(REST_DIR) \
87 $(JSONAPI_DIR) \ 87 $(JSONAPI_DIR) \
@@ -90,18 +90,18 @@ SUBDIRS = \
90 statistics \ 90 statistics \
91 arm \ 91 arm \
92 $(TESTING) \ 92 $(TESTING) \
93 ats \
94 peerinfo \ 93 peerinfo \
95 nat \
96 fragmentation \
97 transport \
98 $(SQLITE_DIR) \ 94 $(SQLITE_DIR) \
99 $(MYSQL_DIR) \ 95 $(MYSQL_DIR) \
100 $(POSTGRES_DIR) \ 96 $(POSTGRES_DIR) \
101 datacache \ 97 datacache \
102 datastore \ 98 datastore \
103 template \ 99 template \
100 ats \
101 nat \
104 nat-auto \ 102 nat-auto \
103 fragmentation \
104 transport \
105 ats-tool \ 105 ats-tool \
106 peerinfo-tool \ 106 peerinfo-tool \
107 core \ 107 core \