nicer
[oweals/gnunet.git] / src / Makefile.am
index 9381020f4e1f69554953334eba1b1f3e7f08e856..1066433687aa5807412b074bd2fbee7307e5167a 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,8 +27,11 @@ SUBDIRS = \
   transport \
   peerinfo-tool \
   core \
+  dv \
   testing \
+  dht \
   hostlist \
   topology \
-  $(NAT_DIR) 
-
+  $(NAT_DIR) \
+  fs \
+  vpn