aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-23 16:18:56 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-23 16:18:56 +0100
commitebf4a1fac2d8e06950788e8e5393d311d1e49895 (patch)
treed89ddabcb2222d2bd587ddc6c87ac6c0452d434f /src/Makefile.am
parent39af429db1190d9c5fa8ed56cc37bde70b20ba86 (diff)
downloadgnunet-ebf4a1fac2d8e06950788e8e5393d311d1e49895.tar.gz
gnunet-ebf4a1fac2d8e06950788e8e5393d311d1e49895.zip
fix build order of sub-directories.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5e2b0e493..d50aa0f39 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,7 +98,6 @@ SUBDIRS = \
98 nat \ 98 nat \
99 nat-auto \ 99 nat-auto \
100 fragmentation \ 100 fragmentation \
101 transport \
102 ats-tool \ 101 ats-tool \
103 peerinfo-tool \ 102 peerinfo-tool \
104 core \ 103 core \
@@ -114,6 +113,7 @@ SUBDIRS = \
114 namecache \ 113 namecache \
115 namestore \ 114 namestore \
116 peerstore \ 115 peerstore \
116 transport \
117 cadet \ 117 cadet \
118 set \ 118 set \
119 consensus \ 119 consensus \