From: Matthias Wachs Date: Thu, 25 Oct 2012 14:15:12 +0000 (+0000) Subject: add ats-tool to buildsystem X-Git-Tag: initial-import-from-subversion-38251~11199 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0e8da1a7c0b18a69b10e3ee5a90f35de412db24d;p=oweals%2Fgnunet.git add ats-tool to buildsystem --- diff --git a/configure.ac b/configure.ac index 0e5fbb75e..b32f92740 100644 --- a/configure.ac +++ b/configure.ac @@ -1147,6 +1147,7 @@ src/arm/Makefile src/arm/arm.conf src/ats/Makefile src/ats/ats.conf +src/ats-tool/Makefile src/block/Makefile src/chat/Makefile src/chat/chat.conf diff --git a/src/Makefile.am b/src/Makefile.am index 2ece564fd..c6d2f4874 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,6 +43,7 @@ SUBDIRS = \ nat \ fragmentation \ transport \ + ats-tool \ peerinfo-tool \ core \ testbed \