(no commit message)
[oweals/gnunet.git] / src / Makefile.am
index d54db16fe5dc87fed9688583621fc7321595024a..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 \
@@ -21,8 +28,11 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   testing \
+  dv \
+  dht \
   hostlist \
   topology \
   $(NAT_DIR) \
   fs \
-  migration
+  fragmentation \
+  vpn