(no commit message)
[oweals/gnunet.git] / src / Makefile.am
index 9bd75d892a5a1d1e1b4f6ac62dd57b28b456f6f8..aa68c85375e18fe539f9ba646abd9a86c48d592b 100644 (file)
@@ -6,12 +6,17 @@ if !MINGW
  NAT_DIR = nat
 endif
 
+if HAVE_ESMTP
+ MONKEY_DIR = monkey
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
   block \
   statistics \
   arm \
+  $(MONKEY_DIR) \
   hello \
   peerinfo \
   datacache \
@@ -21,7 +26,9 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   testing \
+  dv \
   hostlist \
   topology \
   $(NAT_DIR) \
-  fs
+  fs \
+  vpn