-simplify
[oweals/gnunet.git] / src / Makefile.am
index 044983d60168615ba0f86ea564b0f07fe2684a6a..56fdd0978df9fe590f4ab2b68f644d98d11a4683 100644 (file)
@@ -3,13 +3,20 @@
 #endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = chat
+ EXP_DIR = chat dv 
 endif
 
+if LINUX
+# All of these currently only work on GNU/Linux
+ LINUX_DIR = dns exit vpn pt
+endif
+
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
   hello \
+  tun \
   block \
   statistics \
   arm \
@@ -25,11 +32,11 @@ SUBDIRS = \
   core \
   testing \
   nse \
-  dv \
   dht \
   hostlist \
   topology \
   fs \
   mesh \
-  vpn \
+  $(LINUX_DIR) \
+  integration-tests \
   $(EXP_DIR)