From: Marcello Stanisci Date: Fri, 23 Nov 2018 15:18:56 +0000 (+0100) Subject: fix build order of sub-directories. X-Git-Tag: v0.11.0~211 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ebf4a1fac2d8e06950788e8e5393d311d1e49895;p=oweals%2Fgnunet.git fix build order of sub-directories. --- 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 = \ nat \ nat-auto \ fragmentation \ - transport \ ats-tool \ peerinfo-tool \ core \ @@ -114,6 +113,7 @@ SUBDIRS = \ namecache \ namestore \ peerstore \ + transport \ cadet \ set \ consensus \