- usage of short hashes
[oweals/gnunet.git] / src / Makefile.am
index 12862af38b5a56138ae45e52f8c2d448a5dd67c8..f1b9c22b579fca6ce7c5f6d25d4c045bccd76d0a 100644 (file)
@@ -3,19 +3,27 @@
 #endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = chat dv 
+ 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 \
   peerinfo \
   datacache \
   datastore \
+  namestore \
   template \
   ats \
   nat \
@@ -30,9 +38,6 @@ SUBDIRS = \
   topology \
   fs \
   mesh \
-  dns \
-  exit \
-  vpn \
-  pt \
+  $(LINUX_DIR) \
   integration-tests \
   $(EXP_DIR)