aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-10 00:47:29 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-10 00:47:29 +0200
commit20ced0fb9448be66bdbd1cb3f81d8262cb7f8c2f (patch)
tree8e9e7266f8302a144f7eb9e8211221cf19ce5bba /src/Makefile.am
parenta6b091770787e9a5c508bb20d830d1dd816ae4e0 (diff)
downloadgnunet-20ced0fb9448be66bdbd1cb3f81d8262cb7f8c2f.tar.gz
gnunet-20ced0fb9448be66bdbd1cb3f81d8262cb7f8c2f.zip
attempt #5422
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
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 = \
90 statistics \ 90 statistics \
91 arm \ 91 arm \
92 $(TESTING) \ 92 $(TESTING) \
93 ats \
93 peerinfo \ 94 peerinfo \
95 nat \
96 fragmentation \
97 transport \
94 $(SQLITE_DIR) \ 98 $(SQLITE_DIR) \
95 $(MYSQL_DIR) \ 99 $(MYSQL_DIR) \
96 $(POSTGRES_DIR) \ 100 $(POSTGRES_DIR) \
97 datacache \ 101 datacache \
98 datastore \ 102 datastore \
99 template \ 103 template \
100 ats \
101 nat \
102 nat-auto \ 104 nat-auto \
103 fragmentation \
104 transport \
105 ats-tool \ 105 ats-tool \
106 peerinfo-tool \ 106 peerinfo-tool \
107 core \ 107 core \