(no commit message)
[oweals/gnunet.git] / src / Makefile.am
index c8852ad04033169c5e4b1b19fc4a02b1e174e3b6..1b88b08d2460a829a001eaf567c194568014ec56 100644 (file)
@@ -2,16 +2,39 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
+if HAVE_ESMTP
+if HAVE_OPENSSL
+ MONKEY_DIR = monkey
+endif
+endif
+if HAVE_EXPERIMENTAL
+ DS_exp = datastore
+ FS_exp = fs
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-  arm \
-  fragmentation \
   hello \
-  peerinfo \
-  resolver \
+  block \
   statistics \
+  arm \
+  $(MONKEY_DIR) \
+  peerinfo \
+  datacache \
+  $(DS_exp) \
   template \
+  nat \
   transport \
-  core
-
+  peerinfo-tool \
+  core \
+  testing \
+  dv \
+  dht \
+  hostlist \
+  topology \
+  $(FS_exp) \
+  fragmentation \
+  mesh \
+  vpn \
+  chat