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