aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cca2c0294..cdab96621 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,12 +6,17 @@ if !MINGW
6 NAT_DIR = nat 6 NAT_DIR = nat
7endif 7endif
8 8
9if HAVE_ESMTP
10 MONKEY_DIR = monkey
11endif
12
9SUBDIRS = \ 13SUBDIRS = \
10 include $(INTLEMU_SUBDIRS) \ 14 include $(INTLEMU_SUBDIRS) \
11 util \ 15 util \
12 block \ 16 block \
13 statistics \ 17 statistics \
14 arm \ 18 arm \
19 $(MONKEY_DIR) \
15 hello \ 20 hello \
16 peerinfo \ 21 peerinfo \
17 datacache \ 22 datacache \