- usage of short hashes
[oweals/gnunet.git] / src / Makefile.am
index 8b43dac738f53dd380e60cf507fa439a7ab5fcb9..f1b9c22b579fca6ce7c5f6d25d4c045bccd76d0a 100644 (file)
@@ -2,33 +2,42 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-if HAVE_ESMTP
-if HAVE_OPENSSL
- MONKEY_DIR = monkey
+if HAVE_EXPERIMENTAL
+ EXP_DIR = chat dv stream
 endif
+
+if LINUX
+# All of these currently only work on GNU/Linux
+ LINUX_DIR = dns gns exit vpn pt
 endif
 
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
   hello \
+  tun \
   block \
   statistics \
   arm \
-  $(MONKEY_DIR) \
   peerinfo \
   datacache \
   datastore \
+  namestore \
   template \
+  ats \
   nat \
+  fragmentation \
   transport \
   peerinfo-tool \
   core \
   testing \
-  dv \
+  nse \
   dht \
   hostlist \
   topology \
   fs \
-  fragmentation \
-  vpn
+  mesh \
+  $(LINUX_DIR) \
+  integration-tests \
+  $(EXP_DIR)