-simplify
[oweals/gnunet.git] / src / Makefile.am
index d87eba5ac2c9773941323a2b65fbcb49b6a00b8d..56fdd0978df9fe590f4ab2b68f644d98d11a4683 100644 (file)
@@ -6,10 +6,17 @@ if HAVE_EXPERIMENTAL
  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 \
@@ -30,5 +37,6 @@ SUBDIRS = \
   topology \
   fs \
   mesh \
-  vpn \
+  $(LINUX_DIR) \
+  integration-tests \
   $(EXP_DIR)