From 0e8da1a7c0b18a69b10e3ee5a90f35de412db24d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 25 Oct 2012 14:15:12 +0000 Subject: [PATCH] add ats-tool to buildsystem --- configure.ac | 1 + src/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.25.1