hackery
[oweals/gnunet.git] / src / Makefile.am
index 37d64aee20ff5e9247371cf0b5ecd576f3adf7af..aa143212769fd9e09b3ea3edd4ad43c74d41fa36 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 \
@@ -20,9 +27,12 @@ SUBDIRS = \
   transport \
   peerinfo-tool \
   core \
-  dht \
+  dv \
   testing \
+  dht \
   hostlist \
   topology \
-  $(NAT_DIR) 
-
+  $(NAT_DIR) \
+  fs \
+  fragmentation \
+  vpn