aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \