documentation for new parameters
[oweals/gnunet.git] / src / Makefile.am
index cca2c0294cfda811cbf16b3993d1407ab4a0809d..d1fdb07edecbc3c8de82da9fcf80d4a0d782b363 100644 (file)
@@ -6,12 +6,19 @@ if !MINGW
  NAT_DIR = nat
 endif
 
+if HAVE_ESMTP
+if HAVE_OPENSSL
+ MONKEY_DIR = monkey
+endif
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
   block \
   statistics \
   arm \
+  $(MONKEY_DIR) \
   hello \
   peerinfo \
   datacache \
@@ -22,7 +29,10 @@ SUBDIRS = \
   core \
   testing \
   dv \
+  dht \
   hostlist \
   topology \
   $(NAT_DIR) \
-  fs
+  fs \
+  fragmentation \
+  vpn