aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2019-01-25 09:16:24 -0600
committerDavid Barksdale <amatus@amat.us>2019-01-25 09:16:24 -0600
commitc756d928ba129075106d5b31e188270258b76a0a (patch)
tree8439bfd83317b2bc929c4975a15192348b58451e /src/Makefile.am
parenta4e90ec3e4bb3531503543b9127b9195ab3e8898 (diff)
downloadgnunet-c756d928ba129075106d5b31e188270258b76a0a.tar.gz
gnunet-c756d928ba129075106d5b31e188270258b76a0a.zip
Build peerstore before ats
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 ffb39260c..5fd65141b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -94,11 +94,11 @@ SUBDIRS = \
94 datacache \ 94 datacache \
95 datastore \ 95 datastore \
96 template \ 96 template \
97 peerstore \
97 ats \ 98 ats \
98 nat \ 99 nat \
99 nat-auto \ 100 nat-auto \
100 fragmentation \ 101 fragmentation \
101 peerstore \
102 transport \ 102 transport \
103 ats-tool \ 103 ats-tool \
104 peerinfo-tool \ 104 peerinfo-tool \