-fixing source port randomization for DNS service
[oweals/gnunet.git] / src / Makefile.am
index ac08a16a9114ea548da2e800bab9a7646c120b24..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 \
@@ -17,6 +24,7 @@ SUBDIRS = \
   datacache \
   datastore \
   template \
+  ats \
   nat \
   fragmentation \
   transport \
@@ -24,11 +32,11 @@ SUBDIRS = \
   core \
   testing \
   nse \
-  dv \
   dht \
   hostlist \
   topology \
   fs \
   mesh \
-  vpn \
+  $(LINUX_DIR) \
+  integration-tests \
   $(EXP_DIR)