aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-25 14:15:12 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-25 14:15:12 +0000
commit0e8da1a7c0b18a69b10e3ee5a90f35de412db24d (patch)
treefd1d22469e551b250eaa1ce137d1df4761685645
parent18d7de54a90ef3b2f7c562573bc95513119d3466 (diff)
downloadgnunet-0e8da1a7c0b18a69b10e3ee5a90f35de412db24d.tar.gz
gnunet-0e8da1a7c0b18a69b10e3ee5a90f35de412db24d.zip
add ats-tool to buildsystem
-rw-r--r--configure.ac1
-rw-r--r--src/Makefile.am1
2 files changed, 2 insertions, 0 deletions
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
1147src/arm/arm.conf 1147src/arm/arm.conf
1148src/ats/Makefile 1148src/ats/Makefile
1149src/ats/ats.conf 1149src/ats/ats.conf
1150src/ats-tool/Makefile
1150src/block/Makefile 1151src/block/Makefile
1151src/chat/Makefile 1152src/chat/Makefile
1152src/chat/chat.conf 1153src/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 = \
43 nat \ 43 nat \
44 fragmentation \ 44 fragmentation \
45 transport \ 45 transport \
46 ats-tool \
46 peerinfo-tool \ 47 peerinfo-tool \
47 core \ 48 core \
48 testbed \ 49 testbed \